Add o3dv test file with no material.
This commit is contained in:
parent
6dc21ae06b
commit
3d04114d86
67
test/testfiles/o3dv/three_cubes.o3dv
Normal file
67
test/testfiles/o3dv/three_cubes.o3dv
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"root" : 0,
|
||||
"nodes" : [
|
||||
{
|
||||
"children" : [1, 2, 3]
|
||||
},
|
||||
{
|
||||
"transformation" : {
|
||||
"translation" : [0.0, 0.0, 0.0]
|
||||
},
|
||||
"mesh" : 0
|
||||
},
|
||||
{
|
||||
"transformation" : {
|
||||
"translation" : [2.0, 0.0, 0.0]
|
||||
},
|
||||
"mesh" : 1
|
||||
},
|
||||
{
|
||||
"transformation" : {
|
||||
"translation" : [4.0, 0.0, 0.0]
|
||||
},
|
||||
"mesh" : 2
|
||||
}
|
||||
],
|
||||
"materials" : [
|
||||
{
|
||||
"name" : "Red",
|
||||
"color" : [200, 0, 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" : "Cube",
|
||||
"type" : "cuboid",
|
||||
"material" : 1,
|
||||
"parameters" : {
|
||||
"size_x" : 1.0,
|
||||
"size_y" : 1.0,
|
||||
"size_z" : 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "Cube",
|
||||
"type" : "cuboid",
|
||||
"parameters" : {
|
||||
"size_x" : 1.0,
|
||||
"size_y" : 1.0,
|
||||
"size_z" : 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user