Home
last modified time | relevance | path

Searched refs:SetAmbient (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp156 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/
DSceneTreeDemo.cpp229 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/
Dgfx_ResMaterial.h261 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()