MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getNodeKeyFrame

Method getNodeKeyFrame

OgreMain/src/OgreAnimationTrack.cpp:684–687  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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 {

Callers 5

writeAnimationTrackMethod · 0.80
_dumpContentsMethod · 0.80
writeAnimationTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected