mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-07-25 07:28:54 +00:00
Also switch on the primitive mode of each mesh. Will only attempt to load lists of triangles for now... Signed-off by: Arthur Brainville (Ybalrid) <ybalrid@ybalrid.info>
23 lines
279 B
JSON
23 lines
279 B
JSON
{
|
|
"obj_filename": "cornellbox_suzanne.obj",
|
|
"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
|
|
} |