[Gcblue-commits] gcb_wx/include/sim tcGameObject.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
|
From: <ddc...@us...> - 2004-01-10 21:55:34
|
Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1:/tmp/cvs-serv22071/include/sim
Modified Files:
tcGameObject.h
Log Message:
Added better 3D model class for animation support
Index: tcGameObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcGameObject.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tcGameObject.h 8 Dec 2003 03:06:36 -0000 1.9
--- tcGameObject.h 10 Jan 2004 21:55:31 -0000 1.10
***************
*** 74,79 ****
std::vector<tcGameObject*> children;
std::vector<tcGameObject*> toLaunch; // list of ex-childrent to launch
! osg::ref_ptr<osg::Group> model; ///< 3D model
!
UINT mnModelType; // class MTYPE_ identifier
int mnID;
--- 74,79 ----
std::vector<tcGameObject*> children;
std::vector<tcGameObject*> toLaunch; // list of ex-childrent to launch
! //osg::ref_ptr<osg::Group> model; ///< 3D model
! tc3DModel *model; ///< 3D model
UINT mnModelType; // class MTYPE_ identifier
int mnID;
|