]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
Latest JSBSim changes, mostly to support yaw and roll trim.
[flightgear.git] / src / Time / light.hxx
index ab8e93bc85dd773003ecea07476283030e7b8e29..b1dd41ab853912197fe253ab9a774ff059267b94 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 #include <GL/glut.h>
-#include <simgear/xgl/xgl.h>
+#include <GL/gl.h>
 
 #include <plib/sg.h>                   // plib include
 
@@ -51,9 +51,9 @@
 class fgLIGHT {
 
     // Lighting look up tables (based on sun angle with local horizon)
-    fgINTERPTABLE *ambient_tbl;
-    fgINTERPTABLE *diffuse_tbl;
-    fgINTERPTABLE *sky_tbl;
+    SGInterpTable *ambient_tbl;
+    SGInterpTable *diffuse_tbl;
+    SGInterpTable *sky_tbl;
 
 public: