--------------------------------------------------------------------------
| 682 | } |
| 683 | //-------------------------------------------------------------------------- |
| 684 | TransformKeyFrame *NodeAnimationTrack::getNodeKeyFrame( unsigned short index ) const |
| 685 | { |
| 686 | return static_cast<TransformKeyFrame *>( getKeyFrame( index ) ); |
| 687 | } |
| 688 | //--------------------------------------------------------------------- |
| 689 | NodeAnimationTrack *NodeAnimationTrack::_clone( Animation *newParent ) const |
| 690 | { |
no outgoing calls
no test coverage detected