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

Method createNodeKeyFrame

OgreMain/src/OgreAnimationTrack.cpp:679–682  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

677 }
678 //--------------------------------------------------------------------------
679 TransformKeyFrame *NodeAnimationTrack::createNodeKeyFrame( Real timePos )
680 {
681 return static_cast<TransformKeyFrame *>( createKeyFrame( timePos ) );
682 }
683 //--------------------------------------------------------------------------
684 TransformKeyFrame *NodeAnimationTrack::getNodeKeyFrame( unsigned short index ) const
685 {

Callers 6

readKeyFrameMethod · 0.80
sampleAllBonesMethod · 0.80
doExportAnimationsMethod · 0.80
readKeyFramesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected