sure, you can access like any other meshes.
If your model is made with groups in your app, you will have then to
parse the containers to access
each each meshes. Look in geom package at some classes to see how
recursive parsing can be done.
If you do export at devtime to AS3, the class would offer you a
class.meshes array,
accessing the model would be just a matter of passing an index. Like
mymesh = class.meshes[2];
Fabrice
On Aug 13, 2009, at 6:40 PM, bgr wrote:
Can I access separate model elements in obj file, so I don't have to
break it up in multiple obj files?