|
@@ -669,7 +669,7 @@ enum aiComponent
|
|
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------
|
|
/** @brief Set wether the importer shall not remove empty bones.
|
|
/** @brief Set wether the importer shall not remove empty bones.
|
|
- *
|
|
|
|
|
|
+ *
|
|
* Empty bone are often used to define connections for other models.
|
|
* Empty bone are often used to define connections for other models.
|
|
*/
|
|
*/
|
|
#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \
|
|
#define AI_CONFIG_IMPORT_REMOVE_EMPTY_BONES \
|
|
@@ -854,6 +854,15 @@ enum aiComponent
|
|
#define AI_CONFIG_IMPORT_MD3_SKIN_NAME \
|
|
#define AI_CONFIG_IMPORT_MD3_SKIN_NAME \
|
|
"IMPORT_MD3_SKIN_NAME"
|
|
"IMPORT_MD3_SKIN_NAME"
|
|
|
|
|
|
|
|
+// ---------------------------------------------------------------------------
|
|
|
|
+/** @brief Specify if to try load Quake 3 shader files. This also controls
|
|
|
|
+ * original surface name handling: when disabled it will be used unchanged.
|
|
|
|
+ *
|
|
|
|
+ * Property type: bool. Default value: true.
|
|
|
|
+ */
|
|
|
|
+#define AI_CONFIG_IMPORT_MD3_LOAD_SHADERS \
|
|
|
|
+ "IMPORT_MD3_LOAD_SHADERS"
|
|
|
|
+
|
|
// ---------------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------------
|
|
/** @brief Specify the Quake 3 shader file to be used for a particular
|
|
/** @brief Specify the Quake 3 shader file to be used for a particular
|
|
* MD3 file. This can also be a search path.
|
|
* MD3 file. This can also be a search path.
|
|
@@ -1058,7 +1067,7 @@ enum aiComponent
|
|
#define AI_CONFIG_EXPORT_XFILE_64BIT "EXPORT_XFILE_64BIT"
|
|
#define AI_CONFIG_EXPORT_XFILE_64BIT "EXPORT_XFILE_64BIT"
|
|
|
|
|
|
/** @brief Specifies whether the assimp export shall be able to export point clouds
|
|
/** @brief Specifies whether the assimp export shall be able to export point clouds
|
|
- *
|
|
|
|
|
|
+ *
|
|
* When this flag is not defined the render data has to contain valid faces.
|
|
* When this flag is not defined the render data has to contain valid faces.
|
|
* Point clouds are only a collection of vertices which have nor spatial organization
|
|
* Point clouds are only a collection of vertices which have nor spatial organization
|
|
* by a face and the validation process will remove them. Enabling this feature will
|
|
* by a face and the validation process will remove them. Enabling this feature will
|