Update steelRack.schema.ts

This commit is contained in:
syuilo 2026-05-25 20:27:33 +09:00
commit 39f2614f9a

View file

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