Home
last modified time | relevance | path

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

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