Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16191/include/graphics
Modified Files:
tc3DViewer.h
Log Message:
Index: tc3DViewer.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DViewer.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** tc3DViewer.h 20 Nov 2006 00:16:28 -0000 1.18
--- tc3DViewer.h 25 Nov 2006 19:26:35 -0000 1.19
***************
*** 36,40 ****
#include <osgText/Text>
#include <osgParticle/ParticleSystemUpdater>
! #include <osgEphemeris/EphemerisModel>
#include "cspDate.h"
--- 36,40 ----
#include <osgText/Text>
#include <osgParticle/ParticleSystemUpdater>
! //#include <osgEphemeris/EphemerisModel>
#include "cspDate.h"
***************
*** 98,102 ****
osg::ref_ptr<osg::Group> skyLights;
osg::ref_ptr<osg::Group> waterLights;
! osg::ref_ptr<osgEphemeris::EphemerisModel> sky2;
// these methods are copied from tcWindow
--- 98,102 ----
osg::ref_ptr<osg::Group> skyLights;
osg::ref_ptr<osg::Group> waterLights;
! // osg::ref_ptr<osgEphemeris::EphemerisModel> sky2;
// these methods are copied from tcWindow
|