GL_RendererTexturingVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_GL_RENDERERTEXTURINGVISITOR_H
00002 #define X3DTK_GL_RENDERERTEXTURINGVISITOR_H
00003 
00004 #include "GL_TexturingVisitor.h"
00005 #include "GL_RendererStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace GL {
00009 
00010 class ImageTexture;
00011 class TextureTransform;
00012 
00019 class RendererTexturingVisitor : public TexturingVisitor
00020 {
00021 public:
00023   RendererTexturingVisitor();
00024 
00026   static void enterImageTexture(ImageTexture *I);
00028   static void enterTextureTransform(TextureTransform *T);
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6