X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=config.hh;h=0dde062edddf8201d7043152178a39f32e0d0453;hb=a737ad45e690daa3b39b8885e2b6574d2ea48833;hp=651b600ec2f7fe80c649586fc29fd6d065717302;hpb=03be53bf14d0c2e1e3e19356376491945cdd78c8;p=chaz%2Frasterize diff --git a/config.hh b/config.hh index 651b600..0dde062 100644 --- a/config.hh +++ b/config.hh @@ -73,6 +73,16 @@ #define IF_NDEBUG(X) #endif +/* + * SHADOWS + * If enabled, scene elements will cast shadows on other elements. + */ +#if SHADOWS +#define IF_SHADOWS(X) X +#else +#define IF_SHADOWS(X) +#endif + /* * VERBOSITY * If enabled, a description of what is happening will be printed to stdout.