AnimaL |
Tutorial |
Documentation |
00001 // 00002 // C++ Implementation: X4DNode 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: François Faure <>, (C) 2004 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #include "X4DNode.h" 00013 00014 namespace X3DTK { 00015 00016 namespace X3D { 00017 00018 X4DNode::X4DNode() 00019 : m_draw(true) 00020 { 00021 } 00022 00023 00024 X4DNode::~X4DNode() 00025 { 00026 } 00027 00028 00029 00030 }; 00031 00032 };