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

Method createNodeKeyFrame

OgreMain/src/OgreAnimationTrack.cpp:652–655  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 {

Callers 15

setupContentMethod · 0.80
parseAnimationMethod · 0.80
processKeyframeMethod · 0.80
readKeyFrameMethod · 0.80
createSampleLightsFunction · 0.80
addSpotLightFunction · 0.80
setupContentFunction · 0.80
CameraTrack.hFile · 0.80
setupLightsFunction · 0.80
tweakSneakAnimFunction · 0.80
Shadows.hFile · 0.80

Calls

no outgoing calls

Tested by 1

setupContentMethod · 0.64