Away has only one standard export for now.
In order to export a dynamically or loaded geometry
you will have first to export as .obj using the ObjExporter
you can then load this file in 99% of all 3d apps.
from there you can save as collada
look at the ObjExporter example section on away3d.com for the details
Fabrice
On Jan 16, 2009, at 4:59 AM, Owen wrote:
i have a 3d object which is created in swf.
now i want to export this object at Collada format.
how can i do?
i know i can use .asXML() to convert the object to xml format.
but how can i export object at Collada format?
On 1月15日, 下午6時30分, "Felipe
Silverio" <[email protected]> wrote:
ow, sorry... i didnt understand your question! <=/
2009/1/15 Felipe Silverio <[email protected]>
Hi! you need to use some loader....
obj:ObjectLoader = Collada.load(colladapath, {params})
more details in documentation! XD
Fe 013
2009/1/15 Owen <[email protected]>
how can i export Collada or xml from Actionscript?