Re: [Algorithms] A better method of removing duplicate vertices...
Brought to you by:
vexxed72
|
From: Pierre T. <p.t...@wa...> - 2002-07-01 16:16:41
|
MessageI forgot to say you could use something like this here: www.codercorner.com/BoxPruning.zip Pierre ----- Original Message -----=20 From: Pierre Terdiman=20 To: gda...@li...=20 Sent: Monday, July 01, 2002 5:32 PM Subject: Re: [Algorithms] A better method of removing duplicate = vertices... A long time ago (should be in the archives) I used a cool method to = weld nearby vertices : - I put a little bounding box (or sphere) around each vertex - and simply called a radix-based sweep-and-prune (i.e. I used the = collision engine to clean my meshes) =20 Worked like the proverbial charm. =20 Pierre |