135 lines
2.0 KiB
Plaintext
135 lines
2.0 KiB
Plaintext
{
|
|
"root" : 0,
|
|
"nodes" : [
|
|
{
|
|
"children" : [1, 2, 3, 4, 15, 16]
|
|
},
|
|
{
|
|
"name" : "Cubes",
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 2.0]
|
|
},
|
|
"children" : [5, 6, 7, 8]
|
|
},
|
|
{
|
|
"name" : "Cubes 2",
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 4.0]
|
|
},
|
|
"children" : [5, 6, 7, 8]
|
|
},
|
|
{
|
|
"name" : "Spheres",
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 6.0]
|
|
},
|
|
"children" : [9, 10, 11, 12]
|
|
},
|
|
{
|
|
"name" : "Cube and Sphere",
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 8.0]
|
|
},
|
|
"children" : [13, 14]
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 0.0]
|
|
},
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [2.0, 0.0, 0.0]
|
|
},
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [2.0, 2.0, 0.0]
|
|
},
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [0.0, 2.0, 0.0]
|
|
},
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 0.0]
|
|
},
|
|
"mesh" : 1
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [2.0, 0.0, 0.0]
|
|
},
|
|
"mesh" : 1
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [2.0, 2.0, 0.0]
|
|
},
|
|
"mesh" : 1
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [0.0, 2.0, 0.0]
|
|
},
|
|
"mesh" : 1
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [0.0, 0.0, 0.0],
|
|
"scale" : [0.8, 0.8, 0.8]
|
|
},
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"transformation" : {
|
|
"translation" : [2.0, 0.0, 0.0],
|
|
"scale" : [0.8, 0.8, 0.8]
|
|
},
|
|
"mesh" : 1
|
|
},
|
|
{
|
|
"mesh" : 0
|
|
},
|
|
{
|
|
"mesh" : 1
|
|
}
|
|
],
|
|
"materials" : [
|
|
{
|
|
"name" : "Green",
|
|
"color" : [0, 200, 0]
|
|
},
|
|
{
|
|
"name" : "Blue",
|
|
"color" : [0, 0, 200]
|
|
}
|
|
],
|
|
"meshes" : [
|
|
{
|
|
"name" : "Cube",
|
|
"type" : "cuboid",
|
|
"material" : 0,
|
|
"parameters" : {
|
|
"size_x" : 1.0,
|
|
"size_y" : 1.0,
|
|
"size_z" : 1.0
|
|
}
|
|
},
|
|
{
|
|
"name" : "Sphere",
|
|
"type" : "sphere",
|
|
"material" : 1,
|
|
"parameters" : {
|
|
"radius" : 0.5
|
|
}
|
|
}
|
|
]
|
|
}
|