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

Method setInvertVertexWinding

OgreMain/src/OgreRenderSystem.cpp:668–671  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

666 }
667 //-----------------------------------------------------------------------
668 void RenderSystem::setInvertVertexWinding(bool invert)
669 {
670 mInvertVertexWinding = invert;
671 }
672 //-----------------------------------------------------------------------
673 bool RenderSystem::getInvertVertexWinding(void) const
674 {

Callers 1

_renderSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected