00001 #ifndef MYGEOMETRY3DCREATOR_H 00002 #define MYGEOMETRY3DCREATOR_H 00003 00004 #include <X3DTK/X3D/scenegraph.h> 00005 00006 namespace X3DTK { 00007 namespace X3D { 00008 00009 // Deriving Geometry3DCreator to define the new node X3D::Icosahedron. 00010 00011 class MyGeometry3DCreator : public Geometry3DCreator 00012 { 00013 public: 00014 MyGeometry3DCreator(); 00015 }; 00016 00017 } 00018 } 00019 00020 #endif