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

Method GetAreas

trinity/Tr2MeshBase.cpp:482–485  ·  view source on GitHub ↗

------------------------------------------------------------- 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 -------------------------------------------------------------

Source from the content-addressed store, hash-verified

480// areaType - the TriBatchType as enumerated in ITr2Renderable
481// -------------------------------------------------------------
482Tr2MeshAreaVector* Tr2MeshBase::GetAreas( TriBatchType areaType )
483{
484 return m_areaLookupArray[areaType];
485}
486
487// -------------------------------------------------------------
488// Description:

Callers 15

GetBatchesMethod · 0.80
HasTransparencyMethod · 0.80
HasTransparencyMethod · 0.80
GetBatchesFromMeshMethod · 0.80
HasTransparentBatchesMethod · 0.80
GetBatchesMethod · 0.80
PyGetAreasFunction · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
CreateMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected