assimp icon indicating copy to clipboard operation
assimp copied to clipboard

Fixed algorithm in STLLoader.cpp

Open reglnk opened this issue 3 years ago • 0 comments

Build was failing because of check if (char) more than 127. Now it checks if there are NUL, SOH, STX, ETX symbols and symbols that are out of STL syntax (like Ђ € ‰). AssimpView (using library with this fix) loads successfully all files from /test/models/STL except triangle_with_empty_solid.stl.

reglnk avatar Jul 15 '22 12:07 reglnk