diff options
author | Treeki <treeki@gmail.com> | 2010-10-08 17:59:50 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-08 17:59:50 +0200 |
commit | b92673def2816cf8010997c87368d7045944ce63 (patch) | |
tree | 2500cb22dc3654314f80cf844897c34c6326a00e /lyt/materials/material.h | |
parent | e815ed31748e562ff3d16fa8b243a15cbf4a29db (diff) | |
download | LayoutStudio-b92673def2816cf8010997c87368d7045944ce63.tar.gz LayoutStudio-b92673def2816cf8010997c87368d7045944ce63.zip |
tev stage reading added -- I still need to add writing, I'll do this later
Diffstat (limited to 'lyt/materials/material.h')
-rw-r--r-- | lyt/materials/material.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lyt/materials/material.h b/lyt/materials/material.h index f881803..43eb62f 100644 --- a/lyt/materials/material.h +++ b/lyt/materials/material.h @@ -29,7 +29,8 @@ #include "texcoordgen.h" #include "chanctrl.h" #include "tevswaptable.h" -#include "indtexstage.h" +#include "indirectstage.h" +#include "tevstage.h" class LYTLayout; @@ -54,15 +55,6 @@ public: -class LYTTevStage { -public: - void writeToDataStream(QDataStream &out); - void readFromDataStream(QDataStream &in); - - void dumpToDebug(); - -}; - class LYTAlphaCompare { public: void writeToDataStream(QDataStream &out); |