Revision: 74234
          http://sourceforge.net/p/brlcad/code/74234
Author:   starseeker
Date:     2019-10-24 21:27:16 +0000 (Thu, 24 Oct 2019)
Log Message:
-----------
Issue is probably either in this code somewhere or in the edge point being 
picked as close to the vertex...

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/cdt_ovlps.cpp

Modified: brlcad/trunk/src/libbrep/cdt_ovlps.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_ovlps.cpp      2019-10-24 21:17:00 UTC (rev 
74233)
+++ brlcad/trunk/src/libbrep/cdt_ovlps.cpp      2019-10-24 21:27:16 UTC (rev 
74234)
@@ -1527,6 +1527,9 @@
        f2.ue2b_map[ue_2] = es; 
     }
 
+    // TODO !!!!!! some bug here (or in replace_edge_split_tri)
+    // that is introducing incorrect triangles.  Perhaps the "closest"
+    // point isn't ending up between the triangle vertices properly?)
     long np_id;
     if (f_id1 == f_id2) {
        std::set<size_t> ftris;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to