|
Assimp v3.1.1 (June 2014)
|
Represents a single element in a MD5 file. More...
#include <MD5Parser.h>
Public Attributes | |
| unsigned int | iLineNumber |
| Original line number (can be used in error messages if a parsing error occurs) More... | |
| char * | szStart |
| Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0. More... | |
Represents a single element in a MD5 file.
Elements are always contained in sections.
| unsigned int Assimp::MD5::Element::iLineNumber |
Original line number (can be used in error messages if a parsing error occurs)
| char* Assimp::MD5::Element::szStart |
Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0.