Skip to content

atnartur/three-STLexporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THREE.js STL Exporter

Exports a THREE.js scene mesh to STL, making it suitable for 3d printing.

This version of STL Exporter tested on THREE.js r68, r70 and r79 and include support of BufferGeometry and morthTargers and common.js, AND and ES6 modules.

You can find example of usage in example.js.

Installation

npm install three-stlexporter --save

Authors

This version of STLExporter based on:

License

MIT