|
@@ -170,11 +170,13 @@ ASSIMP_API const C_STRUCT aiScene* aiImportFileExWithProperties(
|
|
|
* Check the return value, and you'll know ...
|
|
|
* @return A pointer to the imported data, NULL if the import failed.
|
|
|
*
|
|
|
- * @note This is a straightforward way to decode models from memory buffers, but it
|
|
|
- * doesn't handle model formats spreading their data across multiple files or even
|
|
|
- * directories. Examples include OBJ or MD3, which outsource parts of their material
|
|
|
- * stuff into external scripts. If you need the full functionality, provide a custom
|
|
|
- * IOSystem to make Assimp find these files.
|
|
|
+ * @note This is a straightforward way to decode models from memory
|
|
|
+ * buffers, but it doesn't handle model formats that spread their
|
|
|
+ * data across multiple files or even directories. Examples include
|
|
|
+ * OBJ or MD3, which outsource parts of their material info into
|
|
|
+ * external scripts. If you need full functionality, provide
|
|
|
+ * a custom IOSystem to make Assimp find these files and use
|
|
|
+ * the regular aiImportFileEx()/aiImportFileExWithProperties() API.
|
|
|
*/
|
|
|
ASSIMP_API const C_STRUCT aiScene* aiImportFileFromMemory(
|
|
|
const char* pBuffer,
|