#
luxiaotao1123
2021-12-22 656503685a93be51b12e5cb9c6a880eae6dcf7b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
let buildingObjects = {
    objects: [
        {
            objectName: 'floor',
            objectType: 'cube',
            length: 1400,
            width: 1200,
            height: 1,
            position: {
                x: 700,
                y: 600,
                z: 0
            },
            style:{
                color: 0x5F7480,
            }
        }
    ]
}