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

Method GetBatches

trinity/Wod/WodPlaceableRes.cpp:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void WodPlaceableRes::GetBatches( ITriRenderBatchAccumulator* batches,
27 TriBatchType batchType,
28 const Matrix& m,
29 const Tr2PerObjectData* data )
30{
31 if( m_visualModel )
32 {
33 m_visualModel->GetBatches( batches, batchType, m, data );
34 }
35}
36
37bool WodPlaceableRes::IsReady()
38{

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected