Hello!
I Have a model 3d that I have exported as class as3 from Prefab, but I donĀ“t know how to clone it.
Some help with this please?
I am using Away 4.1
thx
How to clone a mesh of a class as3Software: Away3D 4.x |
||
Nusakan, Newbie
Posted: 28 April 2015 04:10 PM Total Posts: 10 |
||
Fabrice Closier, Administrator
Posted: 28 April 2015 06:49 PM Total Posts: 1265 [ # 1 ] If you use prefab’s class. var object1:MyExport = new MyExport(); if you want to duplicate one mesh, or want to share its geometry var object1:MyExport = new MyExport(); |
||
|
||
Fabrice Closier, Administrator
Posted: 30 April 2015 08:45 PM Total Posts: 1265 [ # 3 ] you’re welcome. Glad this old version of Prefab is still of use |