Blender Git Loki
Git Commits -> Revision afbc555
Revision afbc555 by Joseph Eagar (master) July 22, 2009, 22:35 (GMT) |
bmeshafied uv unwrapping ops. for lcsm (unwrap), which only takes triangles, I used scanfill to tesselate ngons, which mostly works. scanfill however doesn't always generate nice enough tesselations for lcsm to work properly; the solution is to write a version of beauty fill (which basically turns an arbritrary triangulation into a constrained delauney triangulation) for scanfill, and use it to clean up the tesselations. |
Commit Details:
Full Hash: afbc5555dc8e083f36fae47e26c1d73f3df75df6
SVN Revision: 21808
Parent Commit: fa7a27e
Lines Changed: +363, -264