]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programbuilder.h
Adjust OccludedScene to be more compatible with OpenGL ES
[libs/gl.git] / source / programbuilder.h
index 43d43fcca8f74d6823812809d88cec0fde6b65a0..ecd006d552709eec6656a3409efe47b5bb6afa51 100644 (file)
@@ -82,6 +82,8 @@ public:
                /** Use a skylight component for ambient lighting. */
                bool skylight;
 
+               bool fog;
+
                /** Use a specular lighting component. */
                bool specular;
 
@@ -124,7 +126,6 @@ private:
                NO_INTERFACE = 0,
                INPUT = 1,
                OUTPUT = 2,
-               PASSTHROUGH = INPUT|OUTPUT,
                GOAL = 4
        };