MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetReversed

Method GetReversed

trinity/Tr2MeshArea.cpp:125–128  ·  view source on GitHub ↗

------------------------------------------------------------- Description: Returns a flag indicating that the area requires rendering triangles in reversed order and reversed culling order. Return value: true If the area requests reversed order of rendering false If the area needs a normal order of rendering -------------------------------------------------------------

Source from the content-addressed store, hash-verified

123// false If the area needs a normal order of rendering
124// -------------------------------------------------------------
125bool Tr2MeshArea::GetReversed() const
126{
127 return m_reversed;
128}
129
130// -------------------------------------------------------------
131// Description:

Callers 2

GetBatchesMethod · 0.80
CreateGeometryBatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected