Path Tracer
Public Attributes | List of all members
aiExportFormatDesc Struct Reference

Describes an file format which Assimp can export to. More...

#include <cexport.h>

Public Attributes

const char * id
 
const char * description
 
const char * fileExtension
 Recommended file extension for the exported file in lower case.
 

Detailed Description

Describes an file format which Assimp can export to.

Use aiGetExportFormatCount() to learn how many export-formats are supported by the current Assimp-build and aiGetExportFormatDescription() to retrieve the description of the export format option.

Member Data Documentation

◆ description

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.

◆ id

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: