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

Method RebuildCachedData

trinity/Eve/SpaceObject/EveSwarm.cpp:371–378  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: From EveShip2 --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

369// From EveShip2
370// --------------------------------------------------------------------------------
371void EveSwarm::RebuildCachedData( BlueAsyncRes* p )
372{
373 EveShip2::RebuildCachedData( p );
374 for( auto it = m_renderables.begin(); it != m_renderables.end(); ++it )
375 {
376 ( *it )->InitializeRenderable( this, m_mesh );
377 }
378}
379
380// --------------------------------------------------------------------------------
381// Description:

Callers

nothing calls this directly

Calls 3

InitializeRenderableMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected