Assimp
v3.1.1 (June 2014)
|
Classes | |
struct | Assimp::ASE::Animation |
Helper structure to represent an ASE file animation. More... | |
struct | Assimp::ASE::BaseNode |
Represents an ASE file node. More... | |
struct | Assimp::ASE::Bone |
Helper structure to represent an ASE file bone. More... | |
struct | Assimp::ASE::BoneVertex |
Helper structure to represent an ASE file bone vertex. More... | |
struct | Assimp::ASE::Camera |
Helper structure to represent an ASE camera. More... | |
struct | Assimp::ASE::Dummy |
Helper structure to represent an ASE helper object (dummy) More... | |
struct | Assimp::ASE::Face |
Helper structure to represent an ASE file face. More... | |
struct | Assimp::ASE::InheritanceInfo |
Helper structure to represent the inheritance information of an ASE node. More... | |
struct | Assimp::ASE::Light |
Helper structure to represent an ASE light source. More... | |
struct | Assimp::ASE::Material |
Helper structure representing an ASE material. More... | |
struct | Assimp::ASE::Mesh |
Helper structure to represent an ASE file mesh. More... | |
class | Assimp::ASE::Parser |
Class to parse ASE files. More... | |
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Assimp::ASE | |
Macros | |
#define | AI_ASE_IS_NEW_FILE_FORMAT() (iFileFormat >= 200) |
#define | AI_ASE_IS_OLD_FILE_FORMAT() (iFileFormat < 200) |
#define | AI_ASE_NEW_FILE_FORMAT 200 |
#define | AI_ASE_OLD_FILE_FORMAT 110 |
#define AI_ASE_IS_NEW_FILE_FORMAT | ( | ) | (iFileFormat >= 200) |
#define AI_ASE_IS_OLD_FILE_FORMAT | ( | ) | (iFileFormat < 200) |
#define AI_ASE_NEW_FILE_FORMAT 200 |
#define AI_ASE_OLD_FILE_FORMAT 110 |