gl-catmull-clark icon indicating copy to clipboard operation
gl-catmull-clark copied to clipboard

A javascript implementation of the Catmull-Clark subdivision surface algorithm

Results 5 gl-catmull-clark issues
Sort by recently updated
recently updated
newest added

It's a nice library. But as I tried an un-closed polyhedron, it failed and returned a strange shape.

These were causing UglifyJS to break in my minification step, and probably ended up in the global scope.

Thanks for the awesome library! I am using this to subdivide meshes from Blender on the client. When encountering a non-closed mesh, I found it to produce artifacts (see demo...

For what it's worth, I found it very confusing that convertToTriangles was true by default. I spent a good half an hour debugging my code before I realized that. I...

The README's demo image is broken on npm.