Skip to content

BUG: STL ASCII reader fails when 'color' keyword appears (issue #16949)

olesen requested to merge olesen/vtk:bugfix-stlreader into master
  • There seemed to be a mixup of fgets/fscanf and strcmp/strstr. Added some small comments to help with understanding the logic. Presumable now sorted.

For test cases, I've been using DrivAer STL models from TU Munich:

http://www.aer.mw.tum.de/en/research-groups/automotive/drivaer/

Merge request reports