--------------------------------------------------------------------------
| 650 | } |
| 651 | //-------------------------------------------------------------------------- |
| 652 | TransformKeyFrame* NodeAnimationTrack::createNodeKeyFrame(Real timePos) |
| 653 | { |
| 654 | return static_cast<TransformKeyFrame*>(createKeyFrame(timePos)); |
| 655 | } |
| 656 | //-------------------------------------------------------------------------- |
| 657 | TransformKeyFrame* NodeAnimationTrack::getNodeKeyFrame(unsigned short index) const |
| 658 | { |
no outgoing calls