00001 #include "Geometry3DCreator.h" 00002 00003 using namespace X3DTK; 00004 00005 Geometry3DCreator::Geometry3DCreator() 00006 { 00007 defineComponentName("Geometry3D"); 00008 } 00009 00010 Geometry3DCreator::~Geometry3DCreator() 00011 { 00012 }