#
luxiaotao1123
2021-12-22 cf10faae94449dc99d0261f36d830134481f27ae
static/js/data/BuildingData.js
@@ -3,17 +3,34 @@
        {
            objectName: 'floor',
            objectType: 'cube',
            length: 1400,
            length: 2750,
            width: 1200,
            height: 1,
            position: {
                x: 700,
                y: 600,
                z: 0
                x: 1375,
                y: 1,
                z: 600
            },
            style:{
                color: 0x5F7480,
            }
        },
        {
            objectName: 'floor',
            objectType: 'cube',
            length: 2750,
            width: 1200,
            height: 1,
            position: {
                x: 1375,
                y: 310,
                z: 600
            },
            style:{
                color: 0x5F7480,
                transparent:1,
                opacity:0.8
            }
        }
    ]
}