If I create a cloned object simply like this: CPU03 = new ObjectContainer3D(child.clone()); CPU03.moveTo(100, - 74.25, 38); view.scene.addChild(CPU03);
Is there a way to clone any bunch of objects into a single ObjectContainer3D? i.e. I have a keyboard, monitor and computer tower models and I want to clone these into a ObjectContainer3D and place several of these sets around the scene. Thanks - Vic -- To unsubscribe, reply using "remove me" as the subject.
