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

Method GetBatches

trinity/Tr2Transform.cpp:260–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void Tr2Transform::GetBatches( ITriRenderBatchAccumulator* batches,
261 TriBatchType batchType,
262 const Tr2PerObjectData* perObjectData,
263 Tr2RenderReason reason )
264{
265 if( m_display && m_mesh )
266 {
267 m_mesh->GetBatches( batches, m_mesh->GetAreas( batchType ), perObjectData );
268 }
269}
270
271float Tr2Transform::GetSortValue()
272{

Callers

nothing calls this directly

Calls 1

GetAreasMethod · 0.80

Tested by

no test coverage detected