Revision: 73136
          http://sourceforge.net/p/brlcad/code/73136
Author:   starseeker
Date:     2019-05-22 19:42:10 +0000 (Wed, 22 May 2019)
Log Message:
-----------
Tighten the surfaces before we start the tessellation process

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

Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp    2019-05-22 18:59:53 UTC (rev 73135)
+++ brlcad/trunk/src/libbrep/cdt.cpp    2019-05-22 19:42:10 UTC (rev 73136)
@@ -357,6 +357,8 @@
 
     ON_Brep* brep = s_cdt->brep;
 
+    brep->ShrinkSurfaces();
+
     // Check for any conditions that are show-stoppers
     ON_wString wonstr;
     ON_TextLog vout(wonstr);

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