tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
48 stars 22 forks source link

Ignoring commented lines for OFF Files #479

Closed Elvira2227 closed 2 years ago

Elvira2227 commented 2 years ago

Added new function getNextUncommentedLine to read only uncommented lines for OFF files

Fixes #382

jschlenger commented 2 years ago

Regarding the color question in the live meeting. I just took a look at the OffReader code. Using the same color value for all of the vertices should definitely be fine since the Off format defines one color per face.

jschlenger commented 2 years ago

Once you got everything working you could add a unit test for a off file with comments and colors. You can also test the off. files mentioned in issue #467