X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogrambuilder.h;h=ecd006d552709eec6656a3409efe47b5bb6afa51;hb=b160f64ab6da260bad06a4e5f5bfed243e2cdc24;hp=56fd5e80e59d45ae7de271bcc744eb5d17587e45;hpb=a005e42f923c3c9ea973b1d5ac283441104d8c17;p=libs%2Fgl.git diff --git a/source/programbuilder.h b/source/programbuilder.h index 56fd5e80..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;