nw::gfx::Camera::GetFrustum Member Function
void GetFrustum(
f32 * left,
f32 * right,
f32 * bottom,
f32 * top,
f32 * nearClip,
f32 * farClip
) const;
void GetFrustum(
ut::Rect * rect,
f32 * nearClip,
f32 * farClip
) const;
| GetFrustum ( f32 *, f32 *, f32 *, f32 *, f32 *, f32 * ) | Gets the projection updater parameters for the configured Frustum. |
| GetFrustum ( ut::Rect *, f32 *, f32 * ) | Gets the projection updater parameters for the configured Frustum. |
This is a utility function designed to make it easy to obtain the parameters. Note that the program will halt if the configured projection updater is not for Frustum. If NULL is set for an argument that parameter will not be obtained.
GetFrustum ( ut::Rect *, f32 *, f32 * )This is a utility function designed to make it easy to obtain the parameters. Note that the program will halt if the configured projection updater is not for Frustum. If NULL is set for an argument that parameter will not be obtained.
CONFIDENTIAL