away3d.loaders
| .. | |
|---|---|
| misc | |
| parsers | |
| AssetLoader | AssetLoader can load any file format that Away3D supports (or for which a third-party parser has been plugged in) and it's dependencies. Events are dispatched when assets are encountered and for when the resource (or it's dependencies) have been loaded. |
| Loader3D | Loader3D can load any file format that Away3D supports (or for which a third-party parser has been plugged in) and be added directly to the scene. As assets are encountered they are added to the Loader3D container. Assets that can not be displayed in the scene graph (e.g. unused bitmaps/materials/skeletons etc) will be ignored. |