Revision: 41457
http://brlcad.svn.sourceforge.net/brlcad/?rev=41457&view=rev
Author: indianlarry
Date: 2010-11-24 15:07:20 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
When building cut tree step to next axis(+1) for subdivision not (axis+index).
Modified Paths:
--------------
brlcad/trunk/src/librt/cut.c
Modified: brlcad/trunk/src/librt/cut.c
===================================================================
--- brlcad/trunk/src/librt/cut.c 2010-11-24 13:19:42 UTC (rev 41456)
+++ brlcad/trunk/src/librt/cut.c 2010-11-24 15:07:20 UTC (rev 41457)
@@ -1550,7 +1550,7 @@
#if 1
did_a_cut = 0;
for (i=0; i<3; i++) {
- axis += i;
+ axis += 1;
if (axis > Z) {
axis = X;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits