nw::gfx::res::ResFragmentLight::SetSpecular1 Member Function

Syntax

void SetSpecular1(
     f32 r,
     f32 g,
     f32 b
);

void SetSpecular1(
     f32 r,
     f32 g,
     f32 b,
     f32 a
);

void SetSpecular1(
     const nw::ut::FloatColor & value
);

List of Overloaded Member Functions

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

Description of SetSpecular1 ( f32, f32, f32 )

Sets specular 1 for the light.

Description of SetSpecular1 ( f32, f32, f32, f32 )

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


CONFIDENTIAL