|
Assimp v3.1.1 (June 2014)
|
Class to parse ASE files. More...
#include <ASEParser.h>
Public Member Functions | |
| void | Parse () |
| Parses the file into the parsers internal representation. More... | |
| Parser (const char *szFile, unsigned int fileFormatDefault) | |
| Construct a parser from a given input file which is guaranted to be terminated with zero. More... | |
Public Attributes | |
| bool | bLastWasEndLine |
| true if the last character read was an end-line character More... | |
| const char * | filePtr |
| Pointer to current data. More... | |
| unsigned int | iFileFormat |
| File format version. More... | |
| unsigned int | iFirstFrame |
| First frame. More... | |
| unsigned int | iFrameSpeed |
| Frame speed - frames per second. More... | |
| unsigned int | iLastFrame |
| Last frame. More... | |
| unsigned int | iLineNumber |
| Current line in the file. More... | |
| unsigned int | iTicksPerFrame |
| Ticks per frame. More... | |
| aiColor3D | m_clrAmbient |
| Base ambient color to be passed to all materials QNAN if none was found. More... | |
| aiColor3D | m_clrBackground |
| background color to be passed to the viewer QNAN if none was found More... | |
| std::vector< Camera > | m_vCameras |
| List of all cameras found in the file. More... | |
| std::vector< Dummy > | m_vDummies |
| List of all dummies found in the file. More... | |
| std::vector< Light > | m_vLights |
| List of all lights found in the file. More... | |
| std::vector< Material > | m_vMaterials |
| List of all materials found in the file. More... | |
| std::vector< Mesh > | m_vMeshes |
| List of all meshes found in the file. More... | |
Class to parse ASE files.
| Parser::Parser | ( | const char * | szFile, |
| unsigned int | fileFormatDefault | ||
| ) |
Construct a parser from a given input file which is guaranted to be terminated with zero.
| szFile | Input file |
| fileFormatDefault | Assumed file format version. If the file format is specified in the file the new value replaces the default value. |
| void Parser::Parse | ( | ) |
Parses the file into the parsers internal representation.
| bool Assimp::ASE::Parser::bLastWasEndLine |
true if the last character read was an end-line character
| const char* Assimp::ASE::Parser::filePtr |
Pointer to current data.
| unsigned int Assimp::ASE::Parser::iFileFormat |
File format version.
| unsigned int Assimp::ASE::Parser::iFirstFrame |
First frame.
| unsigned int Assimp::ASE::Parser::iFrameSpeed |
Frame speed - frames per second.
| unsigned int Assimp::ASE::Parser::iLastFrame |
Last frame.
| unsigned int Assimp::ASE::Parser::iLineNumber |
Current line in the file.
| unsigned int Assimp::ASE::Parser::iTicksPerFrame |
Ticks per frame.
| aiColor3D Assimp::ASE::Parser::m_clrAmbient |
Base ambient color to be passed to all materials QNAN if none was found.
| aiColor3D Assimp::ASE::Parser::m_clrBackground |
background color to be passed to the viewer QNAN if none was found
| std::vector<Camera> Assimp::ASE::Parser::m_vCameras |
List of all cameras found in the file.
| std::vector<Dummy> Assimp::ASE::Parser::m_vDummies |
List of all dummies found in the file.
| std::vector<Light> Assimp::ASE::Parser::m_vLights |
List of all lights found in the file.
| std::vector<Material> Assimp::ASE::Parser::m_vMaterials |
List of all materials found in the file.
| std::vector<Mesh> Assimp::ASE::Parser::m_vMeshes |
List of all meshes found in the file.