assimp/code/Obj
iamAdrianIusca aca6aaf35d small changes
- removed static definition
- use emplace_back instead of push_back
- changed the c++ deprecated headers
- removed some redundant std containers initialization in the destructor
- removed redundant .clear call for the std containers in the destructor
- added some const reference for some std container parameters
- other small changes in different places
2020-03-01 11:12:37 +02:00
..
ObjExporter.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ObjExporter.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ObjFileData.h small changes 2020-03-01 11:12:37 +02:00
ObjFileImporter.cpp small changes 2020-03-01 11:12:37 +02:00
ObjFileImporter.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ObjFileMtlImporter.cpp minor code improvements for the obj code 2020-02-13 00:10:07 +02:00
ObjFileMtlImporter.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ObjFileParser.cpp small changes 2020-03-01 11:12:37 +02:00
ObjFileParser.h fixed the = default on the destructor 2020-02-18 18:24:52 +02:00
ObjTools.h Updated copyright dates. 2020-01-20 08:53:12 -05:00