#
luxiaotao1123
2024-06-08 3796a650323aa5efbdf6c5ef00a23bc9bec8e43a
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();
    }, [])