npm.io
0.2.10 • Published 12 years ago

ao-mesher

Licence
MIT
Version
0.2.10
Deps
4
Vulns
0
Weekly
0
Stars
41

ao-mesher

A voxel mesher for ndarrays that handles ambient occlusion and transparency.

Install

npm install ao-mesher

require("ao-mesher")(array)

Constructs a mesh for array.

  • array is a 3D ndarray of voxels

Returns A uint8array encoding the mesh, or else null if there were no facets. This is in the same format that ao-shader expects.

Credits

(c) 2013 Mikola Lysenko. MIT License

Keywords