Revision: 54557
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54557&view=rev
Author:   n_reed
Date:     2013-03-07 18:31:42 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
disable calculation of node bounds

Modified Paths:
--------------
    brlcad/trunk/src/other/libvds/build.c

Modified: brlcad/trunk/src/other/libvds/build.c
===================================================================
--- brlcad/trunk/src/other/libvds/build.c       2013-03-07 17:55:49 UTC (rev 
54556)
+++ brlcad/trunk/src/other/libvds/build.c       2013-03-07 18:31:42 UTC (rev 
54557)
@@ -586,7 +586,12 @@
     verifyRootedTree(root);
     VDS_DEBUG(("Done.\n"));
     VDS_DEBUG(("Assigning node->bound for all nodes..."));
+#if 0
+    /* This is a very expensive operation. Only calculate bounds if
+     * you actually intend to use them.
+     */
     assignNodeBounds(root);
+#endif
     VDS_DEBUG(("Done.\n"));
     VDS_DEBUG(("Converting triangles to reference nodes by ID..."));
     /* Convert tris to reference node IDs, rather than indices */

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


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to