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

Method getInterpolationMode

OgreMain/src/OgreAnimation.cpp:509–512  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

507 void Animation::setInterpolationMode( InterpolationMode im ) { mInterpolationMode = im; }
508 //---------------------------------------------------------------------
509 Animation::InterpolationMode Animation::getInterpolationMode() const
510 {
511 return mInterpolationMode;
512 }
513 //---------------------------------------------------------------------
514 void Animation::setDefaultInterpolationMode( InterpolationMode im )
515 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected