]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Time / light.hxx
index b1dd41ab853912197fe253ab9a774ff059267b94..648042aacf8807d5045887f313358aee4463817b 100644 (file)
@@ -53,6 +53,7 @@ class fgLIGHT {
     // Lighting look up tables (based on sun angle with local horizon)
     SGInterpTable *ambient_tbl;
     SGInterpTable *diffuse_tbl;
+    SGInterpTable *specular_tbl;
     SGInterpTable *sky_tbl;
 
 public:
@@ -118,6 +119,9 @@ public:
     // diffuse component
     GLfloat scene_diffuse[4];
 
+    // diffuse component
+    GLfloat scene_specular[4];
+
     // fog color
     GLfloat fog_color[4];