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

Method Execute

trinity/RenderJob/TriStepSetProjection.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20TriStepResult TriStepSetProjection::Execute( Be::Time realTime, Be::Time simTime, Tr2RenderContext& renderContext )
21{
22 if( m_projection )
23 {
24 m_projection->SetProjection( renderContext );
25 }
26 return RS_OK;
27}

Callers

nothing calls this directly

Calls 1

SetProjectionMethod · 0.45

Tested by

no test coverage detected