MCPcopy Create free account
hub / github.com/OGRECave/ogre / setLightingEnabled

Method setLightingEnabled

RenderSystems/GL/src/OgreGLRenderSystem.cpp:1734–1737  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1732 }
1733 //-----------------------------------------------------------------------------
1734 void GLRenderSystem::setLightingEnabled(bool enabled)
1735 {
1736 mStateCacheManager->setEnabled(GL_LIGHTING, enabled);
1737 }
1738 //-----------------------------------------------------------------------------
1739 void GLRenderSystem::_setFog(FogMode mode)
1740 {

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected