Revision: 44785
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44785&view=rev
Author:   brlcad
Date:     2011-06-07 05:39:59 +0000 (Tue, 07 Jun 2011)

Log Message:
-----------
previously undocumented keith's modification because the change wasn't expected 
to be user-visible, but it turns out it was (for pixel accurate grazing 
selection), so credit us both for changing the spatial partition traversal 
ordering.  keith originally fixed a traversal 'bug' where it was walking cut 
planes something like XYXYXYXYX (missing Z).  he changed it to traverse 
YZXYZXYZX, but that caused a different cell to get selected first and 
differences were seen for overlapping objects.  as a compromise, I modified the 
change to instead traverse XYZXYZXYZ so the first two selections should be the 
same as before (hopefully reducing differences, but they're still possible).

Modified Paths:
--------------
    brlcad/trunk/NEWS

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2011-06-07 05:33:03 UTC (rev 44784)
+++ brlcad/trunk/NEWS   2011-06-07 05:39:59 UTC (rev 44785)
@@ -43,7 +43,8 @@
 * added -q "quiet lookup" option to the 'ls' command - Cliff Yapp
 * fixed numerous 'red' command text edit bugs and robustness issues
        - Cliff Yapp, Sean Morrison
-* cut splitting order fixed in librt, may impact results - S. Morrison
+* modification of LIBRT spatial partition traversal ordering
+       - Sean Morrison, Keith Bowman
 * add LIBRT_BOT_MINTIE environment variable - Sean Morrison
 * change search output order to shallow followed by deep - Cliff Yapp
 * use . and / to request list/full patch search results - Cliff Yapp


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to