X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fprogrambuilder.h;h=ecd006d552709eec6656a3409efe47b5bb6afa51;hb=782344299d402dfc7e4eb038bba876d7455f50f5;hp=43d43fcca8f74d6823812809d88cec0fde6b65a0;hpb=c51030d1cb2308d30db80303a561de1774dfdb76;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 43d43fcc..ecd006d5 100644 --- a/source/programbuilder.h +++ b/source/programbuilder.h @@ -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 };