Add Scene Author + AuthorTool

Add XFileExporter
Add Collada Triangle+Line export
Fix Obj Comment
This commit is contained in:
Madrich
2014-06-06 01:56:54 +02:00
parent 9ddd459fe8
commit ec2ce90654
8 changed files with 598 additions and 5 deletions

View File

@@ -375,6 +375,15 @@ struct aiScene
*/
C_STRUCT aiCamera** mCameras;
/** a string representing the author
*/
aiString author;
/** a string representing the authoringtool
*/
aiString authoringTool;
#ifdef __cplusplus
//! Default constructor - set everything to 0/NULL