#
luxiaotao1123
2021-12-25 96601514693eda26057f1a0275782696d79b6718
#
1个文件已修改
6 ■■■■ 已修改文件
static/js/object/StoreConvey.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/object/StoreConvey.js
@@ -39,7 +39,7 @@
                if (child instanceof THREE.Mesh) {
                    child.scale.set(1, 1, 1.6);
                    child.material = new THREE.MeshLambertMaterial({
                        color: 0x8B8378
                        color: 0x444444
                    });
                    if (child.name === "Box034" || child.name === "Box035") {
                        child.material = new THREE.MeshLambertMaterial({
@@ -57,7 +57,7 @@
                if (child instanceof THREE.Mesh) {
                    child.scale.set(0.5, 1, 1);
                    child.material = new THREE.MeshLambertMaterial({
                        color: 0x8B8378
                        color: 0x444444
                    });
                }
            });
@@ -70,7 +70,7 @@
                if (child instanceof THREE.Mesh) {
                    child.scale.set(1, 1, 1);
                    child.material = new THREE.MeshLambertMaterial({
                        color: 0x8B8378
                        color: 0x444444
                    });
                }
            });