I know how to create a model with the loader class, loading the model.3ds.
But how do I create this model with an embedded file
[Embed(source(“assets/model.3ds, ,mimeType=“application/octet-stream”)]
private var Model:Class;
....???
And how do I create this model with a model class (model.as)?
Thanks
Edgar