Blender Git Loki
Git Commits -> Revision 00782aa
Revision 00782aa by Tamito Kajiyama (master) March 3, 2012, 01:03 (GMT) |
Made another attempt to fix degenerate triangles in imported mesh data. This commit replaces the solution in revision 44539. It is recalled that a degenerate triangle is a triangle such that 1) A and B are in the same position in the 3D space; or 2) the distance between point P and line segment AB is zero. Degenerate triangles in the second form are now resolved by adding a small offset to P (i.e., the resulting triangles have a non-zero area). |
Commit Details:
Full Hash: 00782aae1f5f3159c7afb1cb227bd8de1bc4b9c4
SVN Revision: 44613
Parent Commit: 35708fe
Lines Changed: +68, -53
1 Modified Path:
/source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp (+68, -53) (Diff)