SCIInstitute / shapeworks-cloud

A web version of ShapeWorks Studio
https://www.shapeworks-cloud.org/#/
Apache License 2.0
1 stars 0 forks source link

Support STL File types (client-side viz) #342

Closed annehaley closed 9 months ago

annehaley commented 11 months ago

ShapeWorks Studio has a built-in .stl loader so that projects like this work from the box without conversion to .vtk

The client side reader functions should account for STL files, too. VTK.js is equipped to handle these files, we just need to add a case in our reader functions which will use this class: https://kitware.github.io/vtk-js/api/IO_Geometry_STLReader.html

annehaley commented 9 months ago

Resolved by #343