SimpleCamera

Undocumented in source.

Constructors

this
this(Node p)
Undocumented in source.

Members

Properties

far
float far [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
far
float far [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fov
float fov [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
fov
float fov [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
near
float near [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
near
float near [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
vec3 pos [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
vec3 pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ratio
float ratio [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
ratio
float ratio [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
target
vec3 target [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
target
vec3 target [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
up
vec3 up [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
up
vec3 up [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

look_tr
LookAtTransform look_tr;
Undocumented in source.
perspective
PerspectiveTransform perspective;
Undocumented in source.

Inherited Members

From Camera

_parent
Node _parent;
Undocumented in source.
resolver
Resolver resolver;
Undocumented in source.
projection
Transform projection;
transform
Transform transform;
Undocumented in source.
resolve
mat4 resolve(const(Node) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
mat4 opCall(const(Node) obj)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta