#include "GL_TexturingVisitor.h" namespace X3DTK { namespace GL { TexturingVisitor::TexturingVisitor() : X3DComponentVisitor() { defineComponentName("Texturing", "GL"); } TexturingVisitor::~TexturingVisitor() { } } }