公告板
版本库
filestore
活动
搜索
登录
main
/
ASRS-3D
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
luxiaotao1123
2021-12-22
656503685a93be51b12e5cb9c6a880eae6dcf7b4
[ASRS-3D.git]
/
static
/
js
/
data
/
BuildingData.js
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,
}
}
]
}