三维场景生成
This commit is contained in:
39
cc.json
Normal file
39
cc.json
Normal file
@@ -0,0 +1,39 @@
|
||||
[
|
||||
{
|
||||
"name": "Box-1",
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"depth": 1,
|
||||
"location_x": 1,
|
||||
"location_y": 0,
|
||||
"location_z": 0
|
||||
},
|
||||
{
|
||||
"name": "Box-2",
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"depth": 1,
|
||||
"location_x": -1,
|
||||
"location_y": 0,
|
||||
"location_z": 0
|
||||
},
|
||||
{
|
||||
"name": "Box-3",
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"depth": 1,
|
||||
"location_x": 0,
|
||||
"location_y": 1,
|
||||
"location_z": 0
|
||||
},
|
||||
{
|
||||
"name": "Box-4",
|
||||
"width": 1,
|
||||
"height": 1,
|
||||
"depth": 1,
|
||||
"location_x": 0,
|
||||
"location_y": -1,
|
||||
"location_z": 0
|
||||
}
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user