00001 #ifndef GLSIMPLEANIMATORGEOMETRY3DVISITOR_H 00002 #define GLSIMPLEANIMATORGEOMETRY3DVISITOR_H 00003 00004 #include "GL_SimpleAnimatorStateVariables.h" 00005 00006 #include <X3DTK/GL/scenegraph.h> 00007 00008 namespace X3DTK { 00009 namespace GL { 00010 00011 class IndexedFaceSet; 00012 00013 // Visitor for the Geometry3D component of the SimpleAnimator processor. 00014 00015 class SimpleAnimatorGeometry3DVisitor : public Geometry3DVisitor 00016 { 00017 public: 00018 SimpleAnimatorGeometry3DVisitor(); 00019 00020 static void enterIndexedFaceSet(IndexedFaceSet *I); 00021 }; 00022 00023 } 00024 } 00025 00026 #endif