grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
OrthographicCamera
grape
camera
Undocumented in source.
class
OrthographicCamera :
Camera
{
this
(float left, float right, float top, float bottom, float near, float far);
void
orthographic
(float left, float right, float top, float bottom, float near, float far);
}
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
Source
See Implementation
grape
camera
classes
Camera
OrthographicCamera
PerspectiveCamera