Revision: 74313
          http://sourceforge.net/p/brlcad/code/74313
Author:   starseeker
Date:     2019-11-07 17:03:26 +0000 (Thu, 07 Nov 2019)
Log Message:
-----------
gqa spots an overlap we're not detecting - need to figure out why (probably 
over-aggressive filtering of the triangle isects...)

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-11-07 14:54:43 UTC (rev 
74312)
+++ brlcad/trunk/src/libbrep/cdt_ovlps.cpp      2019-11-07 17:03:26 UTC (rev 
74313)
@@ -635,7 +635,7 @@
     }
 
 #if 1
-    ON_3dPoint 
problem(2.5989674496614925,7.8208160252273471,23.158125750337142);
+    ON_3dPoint 
problem(3.52639798477575539,8.19444914069358887,23.32079103474493209);
     ON_3dPoint vp = *fmesh->pnts[f3ind];
     if (vp.DistanceTo(problem) < 0.1) {
        std::cout << "Adding trouble...\n";

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