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

Method UpdateZOnlyVisibility

trinity/Eve/EvePlanet.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void EvePlanet::UpdateZOnlyVisibility( const EveUpdateContext& updateContext )
134{
135 if( nullptr != m_zOnlyModel )
136 {
137 m_zOnlyModel->UpdateVisibility( updateContext, m_worldTransform, m_lodLevel );
138 }
139}
140
141Vector3 EvePlanet::GetWorldPosition()
142{

Callers 1

GatherBatchesMethod · 0.80

Calls 1

UpdateVisibilityMethod · 0.45

Tested by

no test coverage detected