nw::gfx::res::ResLookAtTargetViewUpdater::SetUpwardVector Member Function

Syntax

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

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

List of Overloaded Member Functions

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.

Description of SetUpwardVector ( f32, f32, f32 )

Sets the camera's up and down vectors.

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

Sets the camera's up and down vectors.


CONFIDENTIAL