X3D_WorldCoordTranslatorMulRenderingVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_WORLDCOORDTRANSLATORMULRENDERINGVISITOR_H
00002 #define X3DTK_X3D_WORLDCOORDTRANSLATORMULRENDERINGVISITOR_H
00003 
00004 #include "X3D_RenderingVisitor.h"
00005 #include "X3D_WorldCoordTranslatorStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Coordinate;
00011 class Normal;
00012 class X3DGeometryNode;
00013 
00020 class WorldCoordTranslatorMulRenderingVisitor : public RenderingVisitor
00021 {
00022 public:
00024   WorldCoordTranslatorMulRenderingVisitor();
00025   
00027   static void enterCoordinate(Coordinate *C);
00028 
00030   static void enterNormal(Normal *N);
00031 };
00032 
00033 }
00034 }
00035 
00036 #endif

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