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

Method createNodeTrack

OgreMain/src/OgreAnimation.cpp:84–91  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82 }
83 //---------------------------------------------------------------------
84 NodeAnimationTrack *Animation::createNodeTrack()
85 {
86 NodeAnimationTrack *ret =
87 OGRE_NEW NodeAnimationTrack( this, static_cast<uint16>( mNodeTrackList.size() ) );
88
89 mNodeTrackList.push_back( ret );
90 return ret;
91 }
92 //---------------------------------------------------------------------
93 NodeAnimationTrack *Animation::createNodeTrack( Node *node )
94 {

Callers 4

_cloneMethod · 0.80
doExportAnimationsMethod · 0.80

Calls 3

setAssociatedNodeMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected