Anyone know were i could find an algorithm or have a algorithm they could share to split a sphere (m

Posted by Justin808 on Stack Overflow See other posts from Stack Overflow or by Justin808
Published on 2010-06-11T08:49:25Z Indexed on 2010/06/11 8:53 UTC
Read the original article Hit count: 358

Filed under:
|
|
|
|

I have a list a vertices and a list of triangles. I'd like to split this single mesh into, say 5, randomly shaped meshes. When the 5 randomly shaped meshes are in place the sphere should all line up and look like 1 solid mesh.

I need a algorithm to do this programmatically, not a tool to do it form me. Any pointers would be great!

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about opengl