Assimp
v3.1.1 (June 2014)
|
aiExportFormatDesc Struct Reference
Describes an file format which Assimp can export to. More...
Public Attributes | |
const char * | description |
A short description of the file format to present to users. More... | |
const char * | fileExtension |
Recommended file extension for the exported file in lower case. More... | |
const char * | id |
a short string ID to uniquely identify the export format. More... | |
Detailed Description
Describes an file format which Assimp can export to.
Use aiGetExportFormatCount() to learn how many export formats the current Assimp build supports and aiGetExportFormatDescription() to retrieve a description of an export format option.
Member Data Documentation
const char* aiExportFormatDesc::description |
A short description of the file format to present to users.
Useful if you want to allow the user to select an export format.
const char* aiExportFormatDesc::fileExtension |
Recommended file extension for the exported file in lower case.
const char* aiExportFormatDesc::id |
a short string ID to uniquely identify the export format.
Use this ID string to specify which file format you want to export to when calling aiExportScene(). Example: "dae" or "obj"
The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by 1.8.11