ndarray-stl

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ndarray-stl

Weekly Downloads

16

Version

1.0.1

License

BSD

Last publish

Collaborators

  • maxogden