#
luxiaotao1123
2021-12-28 c6cad2beaad34513b123915ab71be5638adb891b
#
2个文件已修改
11 ■■■■ 已修改文件
static/js/app.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/data/BuildingData.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/app.js
@@ -136,7 +136,8 @@
        }
        this.initBackground = function () {
            if (this.backgroundType) {
                this.scene.background = new THREE.Color( 0xf0f0f0 );
                // this.scene.background = new THREE.Color( 0xf0f0f0 );
                this.scene.background = new THREE.Color( 0x333333 );
            } else {
                const cubeTextureLoader = new THREE.CubeTextureLoader();
                cubeTextureLoader.setPath( '../static/img/skybox0/' );
static/js/data/BuildingData.js
@@ -19,12 +19,12 @@
            objectName: 'floor',
            objectType: 'cube',
            length: 2750,
            width: 800,
            height: 1,
            width: 600,
            height: 5,
            position: {
                x: 1375,
                y: 310,
                z: 400
                y: 305,
                z: 300
            },
            style:{
                color: 0x5F7480,