#include "GL_FillProperties.h" #include "X3D_FillProperties.h" namespace X3DTK { namespace GL { FillProperties::FillProperties() : X3DAppearanceChildNode() { define(Recorder::getTypeName("FillProperties", "Shape")); } FillProperties::~FillProperties() { } } }