Home
last modified time | relevance | path

Searched refs:MaxAmbientLights (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h216 Builder& MaxAmbientLights(s32 max) { m_MaxAmbientLights = max; return *this; } in MaxAmbientLights() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp1024 .MaxAmbientLights(description.maxAmbientLights) in Create()