HumanBrainProject / neuroglancer-scripts

Conversion of neuroimaging data for display in Neuroglancer
MIT License
27 stars 18 forks source link

Add converter from STL ASCII to pre-computed NG mesh format #1

Closed pacher closed 7 years ago

pacher commented 7 years ago

Initial support for STL format. Only ASCII STL (no binary) at this time. Currently STL triangles are just written to the output as is, i.e. normals are not considered and equal vertices are not reused.