geo-piecering
Creates a ring cut into piece in 3d space.
Usage
Example
An example can be found at ./test/index.js
. You can run this test by calling:
$ npm test
A simple usage example with default values being passed as settings:
var geoPieceRing = ; // geo will be a Object will two properties:// positions - the vertices// cells - the indices to draw the piece ringvar geo = ;
License
MIT, see LICENSE.md for details.