#ifndef GLSIMPLEANIMATORGEOMETRY3DVISITOR_H #define GLSIMPLEANIMATORGEOMETRY3DVISITOR_H #include "GL_SimpleAnimatorStateVariables.h" #include namespace X3DTK { namespace GL { class IndexedFaceSet; // Visitor for the Geometry3D component of the SimpleAnimator processor. class SimpleAnimatorGeometry3DVisitor : public Geometry3DVisitor { public: SimpleAnimatorGeometry3DVisitor(); static void enterIndexedFaceSet(IndexedFaceSet *I); }; } } #endif