Huy Tran
unread,May 6, 2011, 1:50:03 AM5/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Away3D.dev
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.