Home
last modified time | relevance | path

Searched defs:lightSet (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_LightSet.cpp36 LightSet* lightSet = new(memory) LightSet( in Create() local
60 LightSet* lightSet = new(memory) LightSet( in Create() local
Dgfx_SceneEnvironment.cpp64 LightSet* lightSet = (*lightSetBinder).lightSet.Get(); in ApplyFrom() local
167 LightSet* lightSet = this->m_LightSets[index]; in SetActiveLightSet() local
Dgfx_SceneEnvironmentSetting.cpp150 LightSet* lightSet = this->m_LightSets[lightSetIndex].lightSet.Get(); in ResolveReference() local
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneEnvironmentSetting.h52 GfxPtr<LightSet> lightSet; member
Dgfx_SceneEnvironment.h167 void SetLightSet(int index, LightSet* lightSet) in SetLightSet()