#include "X3D_MyComponentCreator.h" #include "X3D_InfoShape.h" namespace X3DTK { namespace X3D { MyComponentCreator::MyComponentCreator() : X3DComponentCreator() { defineComponentName("MyComponent", "X3D"); // Defines the new nodes. define(Recorder::getCreationFunction()); } } }