Fix config setting.

This commit is contained in:
Syoyo Fujita 2017-07-23 19:21:04 +09:00
parent cd5c5f0ea0
commit 9c0c665eb4

View File

@ -0,0 +1,9 @@
{ "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
}