3D Mesh Joining

Posted by morlst on Stack Overflow See other posts from Stack Overflow or by morlst
Published on 2010-05-26T12:58:06Z Indexed on 2010/06/13 21:02 UTC
Read the original article Hit count: 153

I have 2 (or more) intersecting meshes, which require joining into 1 mesh object. I want to have some control over the resulting seam vertex insertion, so looking to write myself rather than use a library.

Has anyone come across some open source code to base the algorithm on / ideas on the process? Initial impressions are: 1. Present in every 3D modelling program -> mostly reinventing existing process (hence search for examples) 2. Potential for fiddly-ness around the polygon face direction and just touching conditions. (see above point)

© Stack Overflow or respective owner

Related posts about graphics

Related posts about 3d