Revision: 74235
          http://sourceforge.net/p/brlcad/code/74235
Author:   starseeker
Date:     2019-10-24 21:29:30 +0000 (Thu, 24 Oct 2019)
Log Message:
-----------
another thought on where to look for trouble.

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:27:16 UTC (rev 
74234)
+++ brlcad/trunk/src/libbrep/cdt_ovlps.cpp      2019-10-24 21:29:30 UTC (rev 
74235)
@@ -1530,6 +1530,10 @@
     // 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?)
+    //
+    // May also be messing with the triangles by "adjusting" edge points, 
which will
+    // disassociate them from their edge curve parameter - need to try
+    // try locking those and only allowing interior vertices to move...
     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