A3DRWParamsExportFbxData Struct Reference
A structure that specifies parameters used to write the model file to FBX format. More...
Data Fields | |
A3DBool | m_bAscii |
A3DUTF8Char * | m_pcTextureFolder |
A3DUns16 | m_usStructSize |
Detailed Description
A structure that specifies parameters used to write the model file to FBX format.
- Version
- 12.0
Field Documentation
A3DUns16 A3DRWParamsExportFbxData::m_usStructSize |
Reserved; must be initialized by A3D_INITIALIZE_DATA.
A3DBool A3DRWParamsExportFbxData::m_bAscii |
Control if the FBX is in Ascii or Binary format
A3DUTF8Char* A3DRWParamsExportFbxData::m_pcTextureFolder |
Optional folder where texture will be exported (if any). If NULL, then texture are written in the same directory as the .fbx. Symbol @ is expanded as Filename of current file (without extension)