nw::gfx::Camera::SetUpwardVector Member Function

Syntax

void SetUpwardVector(
     const nw::math::VEC3 & upwardVector
);

void SetUpwardVector(
     f32 x,
     f32 y,
     f32 z
);

List of Overloaded Member Functions

SetUpwardVector ( const nw::math::VEC3 & ) Sets the up vector of the configured view updater.
SetUpwardVector ( f32, f32, f32 ) Sets the up vector of the configured view updater.

Description of SetUpwardVector ( const nw::math::VEC3 & )

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 LookAt camera.

Description of SetUpwardVector ( f32, f32, f32 )

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 LookAt camera.


CONFIDENTIAL