Generates a subdivided cube mesh
npm install cube-mesh
require("cube-mesh")(10, [2, 2, 2])
require("cube-mesh")([resolution, scale])
Returns a subdivided cube mesh
resolution
is the number of subdivisions per side (either a scalar or an array)scale
is the size of the side-lengths of the cube (either a scalar or an array)(c) 2013 Mikola Lysenko. MIT License