Files
tinygltf/examples/raytrace/config.json
Arthur Brainville (Ybalrid) 4902ebcd5c Add the current code of nanort + nanosg
This implementation will be based on commit
b31dc0bd92eb7ac896079849a2205fac4abbd087 from the nanort project

Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
2018-02-22 21:50:16 +01:00

10 lines
198 B
JSON

{ "obj_filename" : "../common/cornellbox_suzanne.obj",
"scene_scale" : 1.0,
"width" : 512,
"height" : 512,
"eye" : [0, 2.5, 15],
"up" : [0, 1, 0],
"look_at" : [0, 0, 0],
"dummy" : 0
}