void SetUpwardVector(
f32 x,
f32 y,
f32 z
);
void SetUpwardVector(
const nw::math::VEC3 & value
);
| SetUpwardVector ( f32, f32, f32 ) | Sets the camera's up and down vectors. |
| SetUpwardVector ( const nw::math::VEC3 & ) | Sets the camera's up and down vectors. |
Sets the camera's up and down vectors.
Sets the camera's up and down vectors.
CONFIDENTIAL