Revision: 73944
          http://sourceforge.net/p/brlcad/code/73944
Author:   starseeker
Date:     2019-09-17 15:30:53 +0000 (Tue, 17 Sep 2019)
Log Message:
-----------
Stash a note to eventually look into mesh unwrapping if local planar projection 
proves insufficient.

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

Modified: brlcad/trunk/src/libbrep/cdt_mesh.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt_mesh.cpp       2019-09-17 15:26:13 UTC (rev 
73943)
+++ brlcad/trunk/src/libbrep/cdt_mesh.cpp       2019-09-17 15:30:53 UTC (rev 
73944)
@@ -3482,6 +3482,12 @@
     fclose(plot_file);
 }
 
+/* TODO - best fit plane is good/preferable when the brep area we are
+ * approximating is locally semi-planar, but if the repair area is not one
+ * that can be projected into a plane without introducing self intersections,
+ * we will need something more sophisticated.  Take a look at
+ * https://github.com/jpcy/xatlas to see if it might be a good starting point.
+ */
 
 bool
 cdt_mesh_t::best_fit_plane_reproject(cpolygon_t *polygon)

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