GroupLeaf.java
.. .. @@ -14,9 +14,14 @@ 14 14 15 15 GroupLeaf() 16 16 { 17 - super("GroupLeaf");17 + this("Loop");18 + }19 +20 + GroupLeaf(String name)21 + {22 + super(name);18 23 19 - addChild(new cGroup("Leaf"));24 + addChild(new cGroup(name + "Leaf"));20 25 } 21 26 22 27 Object3D deepCopy() .. .. @@ -35,8 +40,8 @@ 35 40 { 36 41 ////GraphreeD.trace("SIZE " + count + this + " = ", super.size() - 1); 37 42 38 - if (count == 2)39 - return 2;43 + if (count == 1) // 2)44 + return 1; // 2;40 45 41 46 if (true) 42 47 return super.size() - 1; // ???