#
luxiaotao1123
2021-12-30 70cab5fb1e9b5f6b81a9af9f9d1eef75a323dfa1
static/js/object/StoreConvey.js
@@ -38,12 +38,12 @@
            obj.traverse (function (child) {
                if (child instanceof THREE.Mesh) {
                    child.scale.set(1, 1, 1.6);
                    child.material = new THREE.MeshLambertMaterial({
                    child.material = new THREE.MeshPhysicalMaterial({
                        color: 0x444444
                    });
                    if (child.name === "Box034" || child.name === "Box035") {
                        child.material = new THREE.MeshLambertMaterial({
                            color: 0x000000
                        child.material = new THREE.MeshPhysicalMaterial({
                            color: 0x1C1C1C
                        });
                    }
                    child.castShadow = true;
@@ -59,7 +59,7 @@
            obj.traverse (function (child) {
                if (child instanceof THREE.Mesh) {
                    child.scale.set(0.5, 1, 1);
                    child.material = new THREE.MeshLambertMaterial({
                    child.material = new THREE.MeshPhysicalMaterial({
                        color: 0x444444
                    });
                    child.castShadow = true;
@@ -74,7 +74,7 @@
            obj.traverse (function (child) {
                if (child instanceof THREE.Mesh) {
                    child.scale.set(1, 1, 1);
                    child.material = new THREE.MeshLambertMaterial({
                    child.material = new THREE.MeshPhysicalMaterial({
                        color: 0x444444
                    });
                }