Applies on iteration of Loop's subdivision surface algorithm to a triangulated mesh
npm install loop-subdivideloop-subdivide
==============
Applies an iteration of Loop's algorithm to a triangulated mesh.
``javascript
var bunny = require('bunny')
var loopSubdiv = require('loop-subdivide')
var smoothBunny = loopSubdiv(bunny.cells, bunny.positions)
`
#### var result = require('loop-subdivide')(cells, positions)
Applies one iteration of Loop subdivision to the mesh
* cells are the cells of the meshpositions` are the locations of the vertices of the mesh
*
Returns A new subdivide mesh