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