cube-mesh

0.0.4 • Public • Published

cube-mesh

Generates a subdivided cube mesh

Install

npm install cube-mesh

Example

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)

Credits

(c) 2013 Mikola Lysenko. MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i cube-mesh

Weekly Downloads

2

Version

0.0.4

License

BSD

Last publish

Collaborators

  • mikolalysenko