Fixed slow OBJ reader (Thanks to Etienne Danvoye for the patch)
Updated changelog
This commit is contained in:
@@ -540,6 +540,7 @@ read(std::istream& _in, BaseImporter& _bi, Options& _opt)
|
||||
|
||||
vhandles.clear();
|
||||
face_texcoords.clear();
|
||||
face_texcoords3d.clear();
|
||||
|
||||
// read full line after detecting a face
|
||||
std::string faceLine;
|
||||
|
||||
Reference in New Issue
Block a user