------------------------------------------------------------- Description: Gets the mesh area vector, depending on the batch type requested. Defaults to NULL if there is no vector for the given batch type. Arguments: areaType - the TriBatchType as enumerated in ITr2Renderable -------------------------------------------------------------
| 480 | // areaType - the TriBatchType as enumerated in ITr2Renderable |
| 481 | // ------------------------------------------------------------- |
| 482 | Tr2MeshAreaVector* Tr2MeshBase::GetAreas( TriBatchType areaType ) |
| 483 | { |
| 484 | return m_areaLookupArray[areaType]; |
| 485 | } |
| 486 | |
| 487 | // ------------------------------------------------------------- |
| 488 | // Description: |
no outgoing calls
no test coverage detected