voxel-perlin-terrain
generate voxel terrain using perlin noise
this is designed to work out of the box with voxel-engine
install
npm install voxel-perlin-terrain
api
var terrain = // initialize your noise, returns a functionvar chunkSize = 32var chunkDistance = 2var generator = // the returned function is for getting specific chunksvar chunkData =
chunk data is returned in the format of the voxel module
license
BSD