nw::gfx::Camera::SetViewRotate Member Function
void SetViewRotate(
const nw::math::VEC3 & viewRotate
);
void SetViewRotate(
f32 x,
f32 y,
f32 z
);
| SetViewRotate ( const nw::math::VEC3 & ) | Sets the rotation angle of the configured view updater. |
| SetViewRotate ( f32, f32, f32 ) | Sets the rotation angle of the configured view updater. |
This is a utility function designed to make it easy to set the parameters. Note that the program will halt if the configured view updater is not for the Rotate camera.
This is a utility function designed to make it easy to set the parameters. Note that the program will halt if the configured view updater is not for the Rotate camera.
CONFIDENTIAL