nw::gfx::res::ResVertexLight::SetAmbient Member Function

Syntax

void SetAmbient(
     f32 r,
     f32 g,
     f32 b
);
void SetAmbient(
     f32 r,
     f32 g,
     f32 b,
     f32 a
);
void SetAmbient(
     const nw::ut::FloatColor & value
);

List of Overloaded Member Functions

SetAmbient(f32, f32, f32) Sets the ambient color of the light.
SetAmbient ( f32, f32, f32, f32 )
SetAmbient(const nw::ut::FloatColor &)

Description of SetAmbient(f32, f32, f32)

Sets the ambient color of the light.

Description of SetAmbient(f32, f32, f32, f32)

Description of SetAmbient(const nw::ut::FloatColor &)


CONFIDENTIAL