Camera

Undocumented in source.

Constructors

this
this(Node par)
Undocumented in source.

Members

Functions

opCall
mat4 opCall(const(Node) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
mat4 resolve(const(Node) obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

matrix
mat4 matrix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
const(Node) parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
Node _parent;
Undocumented in source.
projection
Transform projection;
Undocumented in source.
resolver
Resolver resolver;
transform
Transform transform;
Undocumented in source.

Inherited Members

From Node

matrix
mat4 matrix [@property getter]
Undocumented in source.
parent
const(Node) parent [@property getter]
Undocumented in source.
baseX
vec3 baseX [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
baseY
vec3 baseY [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
baseZ
vec3 baseZ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
offset
vec3 offset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta