4 ms·
Hello, what are you using to render the models in the webpage? and what format did you export the models as to do that? It looks very nice!
by jasonblick 8mo ago
Hello, what are you using to render the models in the webpage? and what format did you export the models as to do that? It looks very nice!
- brookke 8mo agoHey! It's using three.js with rapier for physics. The models are being loaded as STLs using the three.js stl loader https://threejs.org/docs/#STLLoader https://threejs.org/docs/#STLLoader. https://github.com/Brookke/brookke.github.io/blob/main/src/components/STLPileViewer.tsx https://github.com/Brookke/brookke.github.io/blob/main/src/c...
- deleted 8mo ago[deleted]