0.2.10 • Published 10 years ago

ao-mesher v0.2.10

Weekly downloads
166
License
MIT
Repository
github
Last release
10 years ago

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

0.2.10

10 years ago

0.2.9

11 years ago

0.2.8

11 years ago

0.2.7

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.2

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago