mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 07:44:37 +02:00
wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user