#
luxiaotao1123
2024-05-11 31beb8b95d758d7bfdbb6e233e0de0d9f9429a21
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();
    }, [])