nw::gfx::res::ResVertexLight::SetAmbient Member Function
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
);
SetAmbient(f32, f32, f32)
|
Sets the ambient color of the light. |
| SetAmbient ( f32, f32, f32, f32 ) | |
SetAmbient(const nw::ut::FloatColor &)
|
SetAmbient(f32, f32, f32)Sets the ambient color of the light.
SetAmbient(const nw::ut::FloatColor &)
CONFIDENTIAL