Defines properties of an orthographic camera.
| Name | Description | Default | Required |
|---|---|---|---|
| znear | The near clipping plane | no | |
| zfar | The far clipping plane | no | |
| ymag | View magnification along the vertical (y) axis. | no |
{
"znear" : 0.1,
"zfar" : 100.0,
"ymag" : 25.6
}