assimp/code/Obj
iamAdrianIusca fc4dd6455a minor code improvements for the obj code
- make use of range for loops
- make use of empty() method for the std::vector
- removed unnecessary std::string initialization
- use ' ' instead of " " for the find methods (should be "faster")
- simplified some function
- make use of emplace_back instead of push_back (should be "faster")
- other small changes
2020-02-13 00:10:07 +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 Updated copyright dates. 2020-01-20 08:53:12 -05:00
ObjFileImporter.cpp minor code improvements for the obj code 2020-02-13 00:10:07 +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 minor code improvements for the obj code 2020-02-13 00:10:07 +02:00
ObjFileParser.h minor code improvements for the obj code 2020-02-13 00:10:07 +02:00
ObjTools.h Updated copyright dates. 2020-01-20 08:53:12 -05:00