File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Generals/Code/Libraries/Source/WWVegas/WW3D2 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 * *
2727 * Original Author:: Greg Hjelstrom *
2828 * *
29- * $ Author:: Greg_h $ *
29+ * Author : Kenny Mitchell *
3030 * *
31- * $Modtime:: 5/13/01 11:25a $*
31+ * $Modtime:: 06/27/02 1:27p $*
3232 * *
33- * $Revision:: 5 $*
33+ * $Revision:: 6 $*
3434 * *
35+ * 06/27/02 KM Texture class abstraction *
3536 *---------------------------------------------------------------------------------------------*
3637 * Functions: *
3738 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
4142#include " always.h"
4243#include " shader.h"
4344
44-
4545class TextureClass ;
4646class VertexMaterialClass ;
4747class MeshModelClass ;
@@ -93,7 +93,7 @@ class MaterialPassClass : public RefCountClass
9393
9494protected:
9595
96- enum { MAX_TEX_STAGES = 2 };
96+ enum { MAX_TEX_STAGES = 8 };
9797
9898 TextureClass * Texture[MAX_TEX_STAGES];
9999 ShaderClass Shader;
You can’t perform that action at this time.
0 commit comments