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

Method SetTransform

trinity/Eve/EveEffectRoot2.cpp:677–680  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

675
676// -----------------------------------------------------------------------------
677void EveEffectRoot2::SetTransform( const Matrix& transform )
678{
679 Decompose( m_scaling, m_rotation, m_translation, transform );
680}
681
682// -----------------------------------------------------------------------------
683void EveEffectRoot2::PlayCurveSet( const std::string& name, const std::string& rangeName )

Callers 6

ExecuteMethod · 0.45
UpdateMethod · 0.45
GatherBatchesMethod · 0.45
SetupBoostersMethod · 0.45
SetupLocatorsMethod · 0.45
UpdateEmitterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected