Hey guys, I'm trying to clone an ObjectContainer3D in Broomstick and I noticed that method is not implemented yet. It's in Object3D but you can't use it with ObjectContainer3D. A quick scan of the code reveals this comment in Object3D's clone() method:
// todo: implement for all subtypes Any idea when this will be implemented for ObjectContainer3D? I tried to write a clone method for ObjectContainer3D but was unsuccessful in getting it to work. Conversely, if anyone has run into this issue already and has a clone() method they used with ObjectContainer3D, please do post it if you could. It would be greatly appreciated. Thanks, Matt