mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
462 B
26 lines
462 B
{ |
|
"asset" : { |
|
"version" : "2.0" |
|
}, |
|
"cameras" : [ |
|
{ |
|
"orthographic" : { |
|
"xmag" : 2.0, |
|
"ymag" : 1.5, |
|
"zfar" : 100.0, |
|
"znear" : 0.01 |
|
}, |
|
"type" : "orthographic" |
|
}, |
|
{ |
|
"name" : "Perspective 1:1 75° hFoV", |
|
"perspective" : { |
|
"aspectRatio" : 1.0, |
|
"yfov" : 1.308996938995747, |
|
"zfar" : 150.0, |
|
"znear" : 0.1 |
|
}, |
|
"type" : "perspective" |
|
} |
|
] |
|
}
|
|
|