mikolalysenko / ao-mesher

Voxel mesher with ambient occlusion
http://mikolalysenko.github.io/ao-shader/index.html
MIT License
40 stars 7 forks source link

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.

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