So i need to transform a globe into a plane best by animating it. Is there an easy functionality implemented in away3d or does anyone know the basic approach how to achieve that ?
Transform a globe into a plane?Software: Away3D 4.x |
||
|
||
Fabrice Closier, Administrator
Posted: 08 August 2013 03:42 PM Total Posts: 1265 [ # 1 ] the easyest way:—> load a plane or make one into Prefab, go to VertexAnimation generator, from the frame row, load an external file holding the sphere. It must have EXACTLY the same amount of vertices. There are more ways to achieve this, but would require more or less complex coding. This is the most easy and you should be done in matter of minutes. |
||
|
||
Fabrice Closier, Administrator
Posted: 08 August 2013 07:45 PM Total Posts: 1265 [ # 3 ] That’s also easy but requires coding: In pseudo |