1.0.1 • Published 11 years ago

ndarray-stl v1.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

ndarray-stl

converts an ndarray of voxels into an ascii stl file (no color data at the moment, sorry)

npm install ndarray-stl

see demo.js for example usage

api

var stlify = require('ndarray-stl')

require the module

stlify(voxels)

voxels has to be a 3d ndarray. returns an ascii stl string

license

BSD

1.0.1

11 years ago