1st revision

This commit is contained in:
Efi Fogel 2012-01-16 13:17:51 +00:00
parent ee0dea4eef
commit 24a2fffab3
2 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1517,6 +1517,7 @@ Envelope_3/test/Envelope_3/data/spheres/stest6.cin -text
Envelope_3/test/Envelope_3/data/spheres/stest7.cin -text
Envelope_3/test/Envelope_3/data/spheres/stest8.cin -text
Envelope_3/test/Envelope_3/data/spheres/stest9.cin -text
Envelope_3/test/Envelope_3/data/triangles/README -text
Envelope_3/test/Envelope_3/data/triangles/edge_bug.cin -text
Envelope_3/test/Envelope_3/data/triangles/edge_bug_all.cin -text
Envelope_3/test/Envelope_3/data/triangles/grid_inter_tri_const_envelope.cin -text

View File

@ -0,0 +1,2 @@
test13.cin - this tests a bug fixed by Ophir on May 2011 in Envelope_3/Envelope_element_visitor_3.h.
In Ophir words: "for some reason, if the intersection between to surfaces on an overlay edge is a points, which is also the source of this edge, the code decides that this is an overlap, and so, the edges are equal (where they are not)."