[Gcblue-commits] gcb_wx/include/graphics cspSky.h,1.4,1.5
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-17 12:57:52
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31598/include/graphics Modified Files: cspSky.h Log Message: Index: cspSky.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/cspSky.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cspSky.h 18 Feb 2004 18:53:55 -0000 1.4 --- cspSky.h 17 Jul 2005 12:57:43 -0000 1.5 *************** *** 257,260 **** --- 257,262 ---- double getSpin() { return m_SpinTheWorld*86400.0; } void updateHorizon(osg::Vec4 const &fog_color, float altitude, float clip); + + static void SetRadius(float r); protected: void _init(); *************** *** 289,292 **** --- 291,296 ---- double m_Latitude; double m_SpinTheWorld; + + static float skyDomeRadius; ///< radius for sky dome }; |