[Gcblue-commits] gcb_wx/include/graphics tc3DModel.h,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-09-06 01:08:15
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11943/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.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tc3DModel.h 8 Aug 2004 00:31:32 -0000 1.7 --- tc3DModel.h 6 Sep 2004 01:08:03 -0000 1.8 *************** *** 78,81 **** --- 78,82 ---- osg::ref_ptr<osg::Node> GetNode(); unsigned int GetNumParents(); + float GetRadius(); bool IsSmokeEnabled() const {return smokeTrail.valid();} void Load(std::string model_name); |