--------------------------------------------------------------------------------
| 19 | |
| 20 | // -------------------------------------------------------------------------------- |
| 21 | void Tr2TranslationAdapter::UpdateValue( double time ) |
| 22 | { |
| 23 | if( m_curve ) |
| 24 | { |
| 25 | m_curve->Update( &m_currentValue, GetLocalTime( time ) ); |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | // -------------------------------------------------------------------------------- |
| 30 | Vector3* Tr2TranslationAdapter::Update( Vector3* in, Be::Time time ) |