mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-28 22:18:33 +00:00
This implementation will be based on commit b31dc0bd92eb7ac896079849a2205fac4abbd087 from the nanort project Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
10 lines
198 B
JSON
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
|
|
}
|