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