Hi,
I’ve been scouring these forums and the documentation for a way to save an obj file of the current scene to the user’s disk during runtime. I’m creating a project where a kinect is used to create an extruded model of the user dynamically, so I can’t simply send a pre-created obj file down the wire. The closest I found was this class, which looks like it’s not in away3d proper: http://away3d.com/livedocs/3.5.2_lib/away3d/exporters/ObjExporter.html
The features page lists obj export as one of the features - is that just for the Prefab tool?
Any tips of where to look?