Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25403/include/graphics
Modified Files:
tc3DModel.h
Log Message:
Index: tc3DModel.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DModel.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tc3DModel.h 17 Aug 2006 01:27:10 -0000 1.24
--- tc3DModel.h 20 Dec 2006 00:45:45 -0000 1.25
***************
*** 171,175 ****
osg::ref_ptr<osg::LOD> modelGroup; ///< top level group for (identified) model, not shared
osg::ref_ptr<osg::MatrixTransform> modelTransform; ///< positions object in world, not shared
! osg::ref_ptr<osg::Node> modelNode; ///< shared between instances of model
// osgAL sound node for 3D sound
--- 171,175 ----
osg::ref_ptr<osg::LOD> modelGroup; ///< top level group for (identified) model, not shared
osg::ref_ptr<osg::MatrixTransform> modelTransform; ///< positions object in world, not shared
! osg::ref_ptr<osg::Group> modelNode; ///< shared between instances of model
// osgAL sound node for 3D sound
***************
*** 204,207 ****
--- 204,208 ----
void LoadXmlMountInfo(TiXmlDocument* doc);
void LoadXmlSmokeInfo(TiXmlDocument* doc);
+ void LoadXmlSubmodels(TiXmlDocument* doc);
void ProcessAnimations();
void UpdateExplosions();
|