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

Method GetBatches

trinity/Eve/Renderable/EveSceneStaticParticles.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void EveSceneStaticParticles::GetBatches( ITriRenderBatchAccumulator* batches, TriBatchType batchType, const Tr2PerObjectData* perObjectData, Tr2RenderReason reason )
138{
139 m_mesh->GetBatches( batches, m_mesh->GetAreas( batchType ), perObjectData, m_estimatedSize );
140}
141
142void EveSceneStaticParticles::GetShadowBatches( ITriRenderBatchAccumulator* batches, const Tr2PerObjectData* perObjectData, float shadowPixelSize )
143{

Callers

nothing calls this directly

Calls 1

GetAreasMethod · 0.80

Tested by

no test coverage detected