User Tools

Site Tools


camera_orthographic

Description

Defines properties of an orthographic camera.

Parent Object

Properties

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

Example

{
    "znear" : 0.1,
    "zfar" : 100.0,
    "ymag" : 25.6
}