Skip to content

Instantly share code, notes, and snippets.

View tyrumus's full-sized avatar
😀
i am in eternal pain

Ty Rieckmann tyrumus

😀
i am in eternal pain
View GitHub Profile
@tyrumus
tyrumus / STLFileSaver.js
Created March 12, 2018 21:04 — forked from paulkaplan/STLFileSaver.js
Create an ASCII STL file from a THREE.js mesh that can be saved save from browser and 3D printed
/*
Paul Kaplan, @ifitdidntwork
Create an ASCII STL file from a THREE.js mesh
that can be saved save from browser and 3D printed
--------------------------------------------------
See further explanation here:
http://buildaweso.me/project/2013/2/25/converting-threejs-objects-to-stl-files
--------------------------------------------------
Saving the file out of the browser is done using FileSaver.js