nw::gfx::res::ResShape::SetPositionOffset Member Function

Syntax

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

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

List of Overloaded Member Functions

SetPositionOffset ( f32, f32, f32 ) Sets the offset value to be added to coordinate information.
SetPositionOffset ( const nw::math::VEC3 & )

Description of SetPositionOffset ( f32, f32, f32 )

Sets the offset value to be added to coordinate information.

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


CONFIDENTIAL