Searched refs:SetAmbient (Results 1 – 3 of 3) sorted by relevance
| /NW4C-2.0.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 158 materialColor.SetAmbient(color.r, color.g, color.b); in SetValue() 570 light.SetAmbient(color); in SetValue() 622 light.SetAmbient(color); in SetValue() 641 light.SetAmbient(color); in SetValue()
|
| /NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/ |
| D | SceneTreeDemo.cpp | 231 resAmbientLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 254 resVertexLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights() 274 resFragmentLight.SetAmbient(0.2f, 0.2f, 0.2f); in BuildLights()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResMaterial.h | 263 void SetAmbient( f32 r, f32 g, f32 b ) in SetAmbient() function 274 void SetAmbient( const nw::ut::FloatColor& value ) in SetAmbient() function 276 this->SetAmbient(value.r, value.g, value.b); in SetAmbient()
|