------------------------------------------------------------- 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 -------------------------------------------------------------
| 123 | // false If the area needs a normal order of rendering |
| 124 | // ------------------------------------------------------------- |
| 125 | bool Tr2MeshArea::GetReversed() const |
| 126 | { |
| 127 | return m_reversed; |
| 128 | } |
| 129 | |
| 130 | // ------------------------------------------------------------- |
| 131 | // Description: |
no outgoing calls
no test coverage detected