#
luxiaotao1123
2024-05-14 526eb936b460ee9e6f503e7030d0017b864ae1b8
src/components/shelf.jsx
@@ -21,7 +21,7 @@
        if (!fbx.castShadow) {
            Common.setShadow(fbx);
        }
        Common.setColor(fbx, 0x778ca3);
        // Common.setColor(fbx, 0x778ca3);
        fbx.scale.set(MODEL_SHELF_SCALE.x, MODEL_SHELF_SCALE.y, MODEL_SHELF_SCALE.z);
        return fbx.clone();
    }, [])