Searched refs:SetAmbient (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.3.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 156 materialColor.SetAmbient(color.r, color.g, color.b); in SetValue() 568 light.SetAmbient(color); in SetValue() 620 light.SetAmbient(color); in SetValue() 639 light.SetAmbient(color); in SetValue()
|
| /NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/ |
| D | SceneTreeDemo.cpp | 229 resAmbientLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 252 resVertexLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 272 resFragmentLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights()
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResMaterial.h | 261 void SetAmbient( f32 r, f32 g, f32 b ) in SetAmbient() function 272 void SetAmbient( const nw::ut::FloatColor& value ) in SetAmbient() function 274 this->SetAmbient(value.r, value.g, value.b); in SetAmbient()
|