UNPKG

voxel-triangulation

Version:

a library for subdividing voxels into triangles

12 lines (9 loc) 166 B
const DIRECTION = { NEGATIVE_Z: 0, NEGATIVE_Y: 1, NEGATIVE_X: 2, POSITIVE_X: 3, POSITIVE_Y: 4, POSITIVE_Z: 5 }; module.exports = DIRECTION;