OrthographicCamera

Undocumented in source.

Constructors

this
this(float left, float right, float top, float bottom, float near, float far)
Undocumented in source.

Members

Functions

orthographic
void orthographic(float left, float right, float top, float bottom, float near, float far)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Camera

look_at
void look_at(Vec3 eye, Vec3 center, Vec3 up)

位置、姿勢の設定

pvMat4
Mat4 pvMat4 [@property getter]

view, projection行列を掛け合わせたMat4型を返す

_proj
Mat4 _proj;
_view
Mat4 _view;
Undocumented in source.

Meta