nw::gfx::res::ResFragmentLight::SetDirection Member Function

Syntax

void SetDirection(
     f32 x,
     f32 y,
     f32 z
);
void SetDirection(
     const nw::math::VEC3 & value
);

List of Overloaded Member Functions

SetDirection ( f32, f32, f32 ) Sets the light direction.
SetDirection ( const nw::math::VEC3 & )

Description of SetDirection ( f32, f32, f32 )

Sets the light direction.

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


CONFIDENTIAL