| Class | Description |
---|
| AC3DParser |
AC3DParser provides a parser for the AC3D data type. |
| AWD1Parser |
AWD1Parser provides a parser for the AWD data type. |
| AWD2Parser |
AWDParser provides a parser for the AWD data type. |
| AWDParser |
The AWDParser class is a wrapper for both AWD1Parser and AWD2Parser, and will
find the right concrete parser for an AWD file. |
| DAEParser |
DAEParser provides a parser for the DAE data type. |
| ImageParser |
ImageParser provides a "parser" for natively supported image types (jpg, png). |
| Max3DSParser | |
| MD2Parser |
MD2Parser provides a parser for the MD2 data type. |
| MD5AnimParser |
AWDParser provides a parser for the AWD data type, providing an animation sequence for the md5 format. |
| MD5MeshParser |
AWDParser provides a parser for the md5mesh data type, providing the geometry of the md5 format. |
| OBJParser |
OBJParser provides a parser for the OBJ data type. |
| ParserBase |
ParserBase provides an abstract base class for objects that convert blocks of data to data structures
supported by Away3D. |
| ParserDataFormat |
An enumeration providing values to describe the data format of parsed data. |
| Parsers | |