#include "GL_Geometry3DVisitor.h" namespace X3DTK { namespace GL { Geometry3DVisitor::Geometry3DVisitor() : X3DComponentVisitor() { defineComponentName("Geometry3D", "GL"); } Geometry3DVisitor::~Geometry3DVisitor() { } } }