Skip to content

Instantly share code, notes, and snippets.

@jackrugile
jackrugile / SubdivisionModifier.js
Created June 5, 2017 19:24
Three.js Subdivision Modifier with option to retain original shape
/*
* @author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
* @author centerionware / http://www.centerionware.com
*
* Subdivision Geometry Modifier
* using Loop Subdivision Scheme
*
* References:
* http://graphics.stanford.edu/~mdfisher/subdivision.html
* http://www.holmes3d.net/graphics/subdivision/