mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update steelRack.schema.ts
This commit is contained in:
parent
46efad5b12
commit
39f2614f9a
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ export const steelRack_schema = defineObjectSchema({
|
|||
},
|
||||
},
|
||||
default: {
|
||||
shelfMat: { color: [0.8, 0.8, 0.8], roughness: 0.25, metallic: 0.9 },
|
||||
poleMat: { color: [0.8, 0.8, 0.8], roughness: 0.25, metallic: 0.9 },
|
||||
shelfMat: { color: [0.8, 0.8, 0.8], roughness: 0.25, metallic: 1 },
|
||||
poleMat: { color: [0.8, 0.8, 0.8], roughness: 0.25, metallic: 1 },
|
||||
widthAndDepthVariation: '60-35',
|
||||
height: 5,
|
||||
numberOfShelfs: 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue