mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 16:49:01 +08:00
Fix config setting.
This commit is contained in:
parent
cd5c5f0ea0
commit
9c0c665eb4
9
examples/raytrace/config.json
Normal file
9
examples/raytrace/config.json
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user