vihdzp / miratope-rs

A tool for building and visualizing polytopes.
MIT License
59 stars 16 forks source link

Color info in OFF files #33

Open vihdzp opened 3 years ago

vihdzp commented 3 years ago

Stella sometimes bundles color info in OFF files, which screws up the parsing. In fact, it screws up the entire format, because the parser treats newlines as any other whitespace. We need to add some sort of flag to the OFF parser so that if the file "comes from Stella," it separates elements by newlines, and reads only the correct amount of elements from each line.