Hi everyone, I'm stuck with cloning Object3d. In my app, there are many identical 3d objects. So, after loading .obj to Object3d instance, I want to clone it to create others. I tried clone() method, but it only clone the geometry. Could anyone show me how the clone Object3d completely.
Thank you so much.
