tinygltf/examples/raytrace/config.json
2017-07-23 19:21:04 +09:00

10 lines
194 B
JSON

{ "gltf_filename" : "../../models/Cube/Cube.gltf",
"scene_scale" : 1.0,
"width" : 512,
"height" : 512,
"eye" : [0, 2.5, 15],
"up" : [0, 1, 0],
"look_at" : [0, 0, 0],
"dummy" : 0
}