Searched refs:SetAmbient (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 148 materialColor.SetAmbient(color.r, color.g, color.b); in SetValue() 558 light.SetAmbient(color); in SetValue() 610 light.SetAmbient(color); in SetValue() 629 light.SetAmbient(color); in SetValue()
|
| /NW4C-1.2.23/demos/gfx/SceneTreeDemo/sources/ |
| D | SceneTreeDemo.cpp | 237 resAmbientLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 260 resVertexLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 280 resFragmentLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResMaterial.h | 257 void SetAmbient( f32 r, f32 g, f32 b ) in SetAmbient() function 268 void SetAmbient( const nw::ut::FloatColor& value ) in SetAmbient() function 270 this->SetAmbient(value.r, value.g, value.b); in SetAmbient()
|