GroupLeaf.java
.. .. @@ -21,7 +21,7 @@ 21 21 { 22 22 super(name); 23 23 24 - addChild(new cGroup("Leaf"));24 + addChild(new cGroup(name + "Leaf"));25 25 } 26 26 27 27 Object3D deepCopy() .. .. @@ -40,8 +40,8 @@ 40 40 { 41 41 ////GraphreeD.trace("SIZE " + count + this + " = ", super.size() - 1); 42 42 43 - if (count == 2)44 - return 2;43 + if (count == 1) // 2)44 + return 1; // 2;45 45 46 46 if (true) 47 47 return super.size() - 1; // ???