This commit is contained in:
syuilo 2026-05-26 14:42:19 +09:00
commit f0375aa420
5 changed files with 5 additions and 5 deletions

View file

@ -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,

View file

@ -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',

View file

@ -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,

View file

@ -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 },
},

View file

@ -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,