nw::gfx::res::ResFragmentLight::SetSpecular0 Member Function

Syntax

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

List of Overloaded Member Functions

SetSpecular0 ( f32, f32, f32 ) Sets specular 0 for the light.
SetSpecular0 ( f32, f32, f32, f32 )
SetSpecular0 ( const nw::ut::FloatColor & )

Description of SetSpecular0 ( f32, f32, f32 )

Sets specular 0 for the light.

Description of SetSpecular0 ( f32, f32, f32, f32 )

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


CONFIDENTIAL