Revision: 56549
          http://sourceforge.net/p/brlcad/code/56549
Author:   brlcad
Date:     2013-08-05 04:02:35 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
need a way to run-time toggle between different spatial partitioning methods 
(including an 'off' method).

Modified Paths:
--------------
    brlcad/trunk/src/rt/opt.c

Modified: brlcad/trunk/src/rt/opt.c
===================================================================
--- brlcad/trunk/src/rt/opt.c   2013-08-05 04:00:33 UTC (rev 56548)
+++ brlcad/trunk/src/rt/opt.c   2013-08-05 04:02:35 UTC (rev 56549)
@@ -157,7 +157,12 @@
 char           *framebuffer = (char *)NULL;            /* desired framebuffer 
*/
 
 int            space_partition =       /*space partitioning algorithm to use*/
-#if 0
+
+/* TODO: need a run-time mechanism for toggling spatial partitioning
+ * methods.  Use this compile-time switch to toggle between different
+ * spatial partitioning methods.
+ */
+#ifdef USE_NUGRID
 /* Non-uniform grid/mesh discretized spatial partitioning */
 RT_PART_NUGRID;
 #else

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to