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 ...
This commit is contained in:
curt
1999-08-07 23:31:30 +00:00
parent 29e3a4e231
commit 4c6fe0328a

View File

@@ -30,6 +30,14 @@
#endif
#include <ssg.h> // plib include
class fgSky : ssgLeaf
{
};
// (Re)generate the display list
void fgSkyInit( void );