mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
04c2703ace
commit
f0375aa420
5 changed files with 5 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ export const ductRailSpotLights_schema = defineObjectSchema({
|
|||
},
|
||||
},
|
||||
default: {
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0.3 },
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 1 },
|
||||
light: {
|
||||
color: [1, 0.5, 0.2],
|
||||
brightness: 0.2,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export const hangingDuctRail_schema = defineObjectSchema({
|
|||
default: {
|
||||
width: 0.2,
|
||||
height: 0.2,
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0.3 },
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 1 },
|
||||
},
|
||||
},
|
||||
placement: 'ceiling',
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export const spotLight_schema = defineObjectSchema({
|
|||
},
|
||||
},
|
||||
default: {
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0.3 },
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 1 },
|
||||
light: {
|
||||
color: [1, 0.5, 0.2],
|
||||
brightness: 0.2,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export const tabletopLcdButtonsController_schema = defineObjectSchema({
|
|||
},
|
||||
},
|
||||
default: {
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0.3 },
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0 },
|
||||
screenBrightness: 0.5,
|
||||
image: { type: null },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export const wallMountSpotLight_schema = defineObjectSchema({
|
|||
},
|
||||
},
|
||||
default: {
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 0.3 },
|
||||
bodyMat: { color: [0.05, 0.05, 0.05], roughness: 0.5, metallic: 1 },
|
||||
light: {
|
||||
color: [1, 0.5, 0.2],
|
||||
brightness: 0.5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue