X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=c3c6cc03b42685a87b8aa5330b90798333438f3c;hb=e4638ccfdcdb58f81740fe707ec93b1be3208d2c;hp=b875ec79f089f28e6ec629cb426ee354d9d674b5;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index b875ec79..c3c6cc03 100644 --- a/source/program.h +++ b/source/program.h @@ -43,6 +43,7 @@ public: bool specular; bool normalmap; bool shadow; + bool transform; StandardFeatures();