#
luxiaotao1123
2022-06-22 03421f49b51b92f675d0bd0cae9d0ba341001b92
#
2个文件已修改
8 ■■■■ 已修改文件
static/js/app.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/object/CrnTask.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/app.js
@@ -142,7 +142,7 @@
                this.scene.background = new THREE.Color( 0x333333 );
            } else {
                const cubeTextureLoader = new THREE.CubeTextureLoader();
                cubeTextureLoader.setPath( '../static/img/skybox0/' );
                cubeTextureLoader.setPath( '../static/img/skybox/' );
                this.scene.background = cubeTextureLoader.load([
                    "px.jpg", "nx.jpg",
                    "py.jpg", "ny.jpg",
static/js/object/CrnTask.js
@@ -85,15 +85,15 @@
        }
        if (that.crnBody===null) {
            that.crnBody = getArrVal(object.objects, "name", that.crnNo + "-body");
            // return;
            return;
        }
        if (that.crnLoad===null) {
            that.crnLoad = getArrVal(object.objects, "name", that.crnNo + "-load");
            // return;
            return;
        }
        if (that.crnFork===null) {
            that.crnFork = getArrVal(object.objects, "name", that.crnNo + "-fork");
            // return;
            return;
        }
        // 出库 / 移库