Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp158 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/
DSceneTreeDemo.cpp231 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/
Dgfx_ResMaterial.h263 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()