Hello,
what can i do to optimize my work with stl dental files? how can i create a sofware that is using data from the STL files. so at the end of the day i can verify very fast the customers, what type of work was, so on so on.
There is an STLLoader in threejs that you can use to load and display STLs.
https://threejs.org/examples/?q=stl#webgl_loader_stl
then you can modify it in threejs and re-export with:
https://threejs.org/examples/?q=stl#misc_exporter_stl
(click on the <> in the lower right corner on those samples to see how they are made)
1 Like