From 4c6fe0328a92fa2c3c0e0bcd7d940a01f77c70be Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 7 Aug 1999 23:31:30 +0000 Subject: [PATCH] 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 ... --- simgear/ephemeris/sky.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ); -- 2.39.5