vCSGNode
*CSGMb::Allocate(const string &classname)
v{
v if(classname=="MoebiusStrip") {
v assert(m==0);
v m=new MoebiusStrip;
v return m;
v }
v CSGNode *nn=CSG::Allocate(classname);
v if(nn) return nn;
v return 0;
v}
vIl membro puntatore a moebius
è quello che uso nel doc
v