1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 07:44:37 +02:00
This commit is contained in:
syuilo
2026-05-26 14:42:19 +09:00
parent 04c2703ace
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,