orthographic_lens
A lens that applies an orthographic projection.
Dependencies
Attributes
Attribute | Type | Default | Description |
---|---|---|---|
left | float | -1 | Left plane. |
right | float | 1 | Right plane. |
top | float | -1 | Top plane. |
bottom | float | 1 | Bottom plane. |
zNear | float | -1 | Near plane. |
zFar | float | 1 | Far plane. |