Revision: 70138
          http://sourceforge.net/p/brlcad/code/70138
Author:   mdtwenty
Date:     2017-08-27 21:03:05 +0000 (Sun, 27 Aug 2017)
Log Message:
-----------
stop evaluating partitions after finding the first partition evaluated of the 
ray. The partitions are ordered by distance to the ray origin and no more 
partitions will be added since we processed all hits before evaluation

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bool.cl

Modified: brlcad/trunk/src/librt/primitives/bool.cl
===================================================================
--- brlcad/trunk/src/librt/primitives/bool.cl   2017-08-27 20:46:40 UTC (rev 
70137)
+++ brlcad/trunk/src/librt/primitives/bool.cl   2017-08-27 21:03:05 UTC (rev 
70138)
@@ -1007,6 +1007,7 @@
                lastpp_eval_idx = current_index;
            }
        }
+        return;
     }
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to