|
Assimp
v4.1. (December 2018)
|
Namespaces | |
| Assimp | |
| MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Macros | |
| #define | PLY_EXPORT_HAS_COLORS (PLY_EXPORT_HAS_TEXCOORDS << AI_MAX_NUMBER_OF_TEXTURECOORDS) |
| #define | PLY_EXPORT_HAS_NORMALS 0x1 |
| #define | PLY_EXPORT_HAS_TANGENTS_BITANGENTS 0x2 |
| #define | PLY_EXPORT_HAS_TEXCOORDS 0x4 |
Functions | |
| void | Assimp::ExportScenePly (const char *, IOSystem *, const aiScene *, const ExportProperties *) |
| void | Assimp::ExportScenePlyBinary (const char *, IOSystem *, const aiScene *, const ExportProperties *) |
| template<> | |
| const char * | Assimp::type_of (double &) |
| template<> | |
| const char * | Assimp::type_of (float &) |
| template<typename T > | |
| const char * | Assimp::type_of (T &) |
| template<typename NumIndicesType , typename IndexType > | |
| void | Assimp::WriteMeshIndicesBinary_Generic (const aiMesh *m, unsigned int offset, std::ostringstream &output) |
| #define PLY_EXPORT_HAS_COLORS (PLY_EXPORT_HAS_TEXCOORDS << AI_MAX_NUMBER_OF_TEXTURECOORDS) |
| #define PLY_EXPORT_HAS_NORMALS 0x1 |
| #define PLY_EXPORT_HAS_TANGENTS_BITANGENTS 0x2 |
| #define PLY_EXPORT_HAS_TEXCOORDS 0x4 |