Add o3dv example file.
This commit is contained in:
parent
295ac89a5d
commit
6d343160e7
38
test/testfiles/o3dv/two_cubes.o3dv
Normal file
38
test/testfiles/o3dv/two_cubes.o3dv
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"root" : 0,
|
||||
"nodes" : [
|
||||
{
|
||||
"children" : [1, 2]
|
||||
},
|
||||
{
|
||||
"transformation" : {
|
||||
"translation" : [0.0, 0.0, 0.0]
|
||||
},
|
||||
"mesh" : 0
|
||||
},
|
||||
{
|
||||
"transformation" : {
|
||||
"translation" : [2.0, 0.0, 0.0]
|
||||
},
|
||||
"mesh" : 0
|
||||
}
|
||||
],
|
||||
"materials" : [
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user