]> git.mxchange.org Git - simgear.git/commitdiff
Set up the model view matrix exactly as ssg does it before drawing sky, stars
authorcurt <curt>
Sat, 7 Aug 1999 23:31:30 +0000 (23:31 +0000)
committercurt <curt>
Sat, 7 Aug 1999 23:31:30 +0000 (23:31 +0000)
sun, and moon.  I really should do a derived sgLeaf class so that these things
can be drawn within ssgCullandDraw() but this is quicker for now ...

simgear/ephemeris/sky.hxx

index 8c38d3f2039c9cd7449f55392a35fc215db198e5..6956782095224cf495203ce1bed77a5243a9169e 100644 (file)
 #endif                                   
 
 
+#include <ssg.h>               // plib include
+
+
+class fgSky : ssgLeaf
+{
+};
+
+
 // (Re)generate the display list
 void fgSkyInit( void );