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

Class KeyFrameTimeLess

OgreMain/src/OgreAnimationTrack.cpp:48–54  ·  view source on GitHub ↗

Locally key frame search helper

Source from the content-addressed store, hash-verified

46 {
47 // Locally key frame search helper
48 struct KeyFrameTimeLess
49 {
50 bool operator()( const KeyFrame *kf, const KeyFrame *kf2 ) const
51 {
52 return kf->getTime() < kf2->getTime();
53 }
54 };
55 } // namespace
56 //---------------------------------------------------------------------
57 //---------------------------------------------------------------------

Callers 2

getKeyFramesAtTimeMethod · 0.85
createKeyFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected