From: curt Date: Sat, 7 Aug 1999 23:31:30 +0000 (+0000) Subject: Set up the model view matrix exactly as ssg does it before drawing sky, stars X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c6fe0328a92fa2c3c0e0bcd7d940a01f77c70be;p=simgear.git Set up the model view matrix exactly as ssg does it before drawing sky, stars 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 ... --- diff --git a/simgear/ephemeris/sky.hxx b/simgear/ephemeris/sky.hxx index 8c38d3f2..69567820 100644 --- a/simgear/ephemeris/sky.hxx +++ b/simgear/ephemeris/sky.hxx @@ -30,6 +30,14 @@ #endif +#include // plib include + + +class fgSky : ssgLeaf +{ +}; + + // (Re)generate the display list void fgSkyInit( void );