]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/material.hxx
Moving towards increased dependence on ssg.
[flightgear.git] / src / Objects / material.hxx
index fff6695e1f72fccc8ffd45ac0fb7044a7324d316..ac103440fb451374edef16f43b7240142ca7d11a 100644 (file)
@@ -88,6 +88,7 @@ public:
 
     inline bool is_loaded() const { return loaded; }
     inline GLuint get_texture_id() const { return texture_id; }
+    inline string get_texture_name() const { return texture_name; }
     inline double get_xsize() const { return xsize; }
     inline double get_ysize() const { return ysize; }
     inline GLfloat *get_ambient() { return ambient; }