|
From: Charles L. <cn...@us...> - 2009-04-21 06:36:45
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24503 Modified Files: MercuryLoadableModel.h Log Message: Add handle acquition to loadable Models Index: MercuryLoadableModel.h =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/MercuryLoadableModel.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** MercuryLoadableModel.h 7 Sep 2007 05:55:33 -0000 1.15 --- MercuryLoadableModel.h 21 Apr 2009 06:36:32 -0000 1.16 *************** *** 32,35 **** --- 32,38 ---- ///Retrieve all animation states into a vector void GetAllAnimationStates( MVector < LoadableModelAnimationInfo > & AnimationInfos ) { AnimationInfos = m_vAnimationInfos; } + + inline MVector< LoadableModelAnimationInfo > * GetAnimationHandle() { return &m_vAnimationInfos; } + CLASS_RTTI( MercuryLoadableModel, MercuryModel ); private: |