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

Class KeyFrameTimeLess

OgreMain/src/OgreAnimationTrack.cpp:37–43  ·  view source on GitHub ↗

Locally key frame search helper

Source from the content-addressed store, hash-verified

35 namespace {
36 // Locally key frame search helper
37 struct KeyFrameTimeLess
38 {
39 bool operator() (const KeyFrame* kf, const KeyFrame* kf2) const
40 {
41 return kf->getTime() < kf2->getTime();
42 }
43 };
44 }
45 //---------------------------------------------------------------------
46 //---------------------------------------------------------------------

Callers 2

getKeyFramesAtTimeMethod · 0.85
createKeyFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected