[Gcblue-commits] gcb_wx/include/database tcGenericDBObject.h,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-01-16 18:36:07
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32186/include/database Modified Files: tcGenericDBObject.h Log Message: Added xml 3D model wrapper for better modularity Improved animation support Index: tcGenericDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcGenericDBObject.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcGenericDBObject.h 30 Dec 2004 17:26:06 -0000 1.14 --- tcGenericDBObject.h 16 Jan 2005 18:35:56 -0000 1.15 *************** *** 88,93 **** std::vector<animationDBInfo> animationInfo; ! void Animate3DModel(); ! virtual tc3DModel* Get3DModel(); virtual const char* GetClassName() {return "Generic";} ///< returns class name of database object bool IsLeaf() const; ///< returns true if db obj is a leaf obj --- 88,92 ---- std::vector<animationDBInfo> animationInfo; ! virtual const char* GetClassName() {return "Generic";} ///< returns class name of database object bool IsLeaf() const; ///< returns true if db obj is a leaf obj |