| 483 | } |
| 484 | |
| 485 | void VPathObject::setTimeInterp( const F32 &pInterp ) |
| 486 | { |
| 487 | // Update? |
| 488 | if ( mTimeInterp != pInterp ) |
| 489 | { |
| 490 | // Apply. |
| 491 | mTimeInterp = pInterp; |
| 492 | // Flag Update. |
| 493 | setMaskBits( k_StateUpdatePosition ); |
| 494 | } |
| 495 | } |
| 496 | |
| 497 | void VPathObject::setPathInterp( const F32 &pInterp ) |
| 498 | { |
no outgoing calls
no test coverage detected