Revision: 73101
          http://sourceforge.net/p/brlcad/code/73101
Author:   brlcad
Date:     2019-05-21 13:39:14 +0000 (Tue, 21 May 2019)
Log Message:
-----------
debugged this for a few hours and isolated the behavior down to occulsion 
object handling.  appears to not occlude properly, including the stored 
reference being wrong, and the failures are just differences in platforms 
picking different pixels to occlude.  could be a different object ordering bug 
of some sort.  also noticed the -c set command is sensitive to how the oo= list 
is quoted, ignoring the last object depending on how it's passed -- this seems 
unrelated to the regress bug, but affects direct testing comparisons.

Modified Paths:
--------------
    brlcad/trunk/BUGS

Modified: brlcad/trunk/BUGS
===================================================================
--- brlcad/trunk/BUGS   2019-05-20 22:32:14 UTC (rev 73100)
+++ brlcad/trunk/BUGS   2019-05-21 13:39:14 UTC (rev 73101)
@@ -15,6 +15,11 @@
 Recent Bugs
 -----------
 
+* rtedge's overlay mode generates different results on Windows, Mac,
+  and Linux for the m35.  Difference is related to the overlay objects
+  not overlaying correctly.  Particularly noticeable on steering wheel
+  and wheels.  (regress rtwizard test D.)
+
 * creating an object with a slashes in the name (e.g., cp foo foo/R)
   results in an object that cannot be deleted/renamed.  bad behavior
   presumably extends to any name with path separators.
@@ -116,10 +121,6 @@
   private memory -- looks like private memory is not initialized
   (observed on Mac 10.6, Windows, and Ubuntu Linux using 7.26).
 
-* rtedge's overlay mode appears to be generating different results on
-  Windows and Linux for the m35 steering wheel (rtwizard rendering
-  mode D.)
-
 * pixdiff on Windows is reporting no differences with a pair of files
   that pixcmp can see differences in.
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to