Revision: 73924
          http://sourceforge.net/p/brlcad/code/73924
Author:   starseeker
Date:     2019-09-13 18:51:19 +0000 (Fri, 13 Sep 2019)
Log Message:
-----------
Add a note to check why we're not getting some expected refinement of surface 
triangles in NIST2.

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

Modified: brlcad/trunk/src/libbrep/cdt_surf.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_surf.cpp       2019-09-13 18:48:53 UTC (rev 
73923)
+++ brlcad/trunk/src/libbrep/cdt_surf.cpp       2019-09-13 18:51:19 UTC (rev 
73924)
@@ -49,6 +49,11 @@
 #include "bn/rand.h"
 #include "./cdt.h"
 
+// TODO - investigate patch breakdown - getting a few cases where the surface
+// is sparse near a relatively finely broken down edge.  Some decision criteria
+// are saying skip the breakdown when we should keep going - maybe need to be
+// more selective about which 3D bboxes we're checking?
+
 struct cdt_surf_info {
     std::set<ON_2dPoint *> on_surf_points;
     struct ON_Brep_CDT_State *s_cdt;

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