[Gcblue-commits] gcb_wx/include/graphics tc3DModel.h,1.13,1.14
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-21 18:26:45
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22705/include/graphics Modified Files: tc3DModel.h Log Message: Replaced osgAL with OpenAL++ exclusively due to instability issues. Index: tc3DModel.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DModel.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tc3DModel.h 31 Jan 2005 01:32:36 -0000 1.13 --- tc3DModel.h 21 Feb 2005 18:26:04 -0000 1.14 *************** *** 41,48 **** } ! namespace osgAL ! { ! class SoundNode; ! } /** --- 41,48 ---- } ! //namespace osgAL ! //{ ! // class SoundNode; ! //} /** *************** *** 144,148 **** // osgAL sound node for 3D sound ! osg::ref_ptr<osgAL::SoundNode> soundNode; static osg::ref_ptr<osg::Group> world; --- 144,148 ---- // osgAL sound node for 3D sound ! //osg::ref_ptr<osgAL::SoundNode> soundNode; static osg::ref_ptr<osg::Group> world; |