Revision: 65259
          http://sourceforge.net/p/brlcad/code/65259
Author:   starseeker
Date:     2015-06-11 13:01:31 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
Urk.  Raytracing nist4 and the csg conversion of nist4 twice in the same MGED 
session is hanging.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/brep/brep.cpp

Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp     2015-06-10 21:47:14 UTC 
(rev 65258)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp     2015-06-11 13:01:31 UTC 
(rev 65259)
@@ -405,7 +405,10 @@
      */
 
     start = bu_gettime();
-    bu_parallel(brep_build_bvh_surface_tree, 0, &bbbp);
+    /* FIXME - bu_parallel is hanging with a NURBS example if raytraced twice 
in the
+     * same MGED session... */
+    //bu_parallel(brep_build_bvh_surface_tree, 0, &bbbp);
+    brep_build_bvh_surface_tree(0, &bbbp);
 
     for (int i = 0; (size_t)i < faceCount; i++) {
        ON_BrepFace& face = faces[i];

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