]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/material.hxx
Tweaks to scenery version number keyword.
[flightgear.git] / src / Objects / material.hxx
index ac103440fb451374edef16f43b7240142ca7d11a..24b0d6c9af41b89724aa29c3ad015a29c9cfb40d 100644 (file)
@@ -71,7 +71,7 @@ private:
     double xsize, ysize;
 
     // material properties
-    GLfloat ambient[4], diffuse[4], specular[4], emissive[4];
+    GLfloat ambient[4], diffuse[4], specular[4], emission[4];
     GLint texture_ptr;
 
 public:
@@ -94,7 +94,7 @@ public:
     inline GLfloat *get_ambient() { return ambient; }
     inline GLfloat *get_diffuse() { return diffuse; }
     inline GLfloat *get_specular() { return specular; }
-    inline GLfloat *get_emissive() { return emissive; }
+    inline GLfloat *get_emission() { return emission; }
 };