Class to parse ASE files.
More...
|
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...
|
|
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.
- Parameters
-
szFile | Input file |
fileFormatDefault | Assumed file format version. If the file format is specified in the file the new value replaces the default value. |
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 |
unsigned int Assimp::ASE::Parser::iFileFormat |
unsigned int Assimp::ASE::Parser::iFirstFrame |
unsigned int Assimp::ASE::Parser::iFrameSpeed |
Frame speed - frames per second.
unsigned int Assimp::ASE::Parser::iLastFrame |
unsigned int Assimp::ASE::Parser::iLineNumber |
Current line in the file.
unsigned int Assimp::ASE::Parser::iTicksPerFrame |
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.
The documentation for this class was generated from the following files: