Revision: 73122
          http://sourceforge.net/p/brlcad/code/73122
Author:   brlcad
Date:     2019-05-22 01:50:35 +0000 (Wed, 22 May 2019)
Log Message:
-----------
fixed rtedge and, by extension, rtwizard bug when using occlusion objects.  if 
you specified a whole model and then some piece of the model as the occlusion 
object, it would sometimes result in edge pixels sometimes not getting drawn 
where the occlusion objects were exposed.

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

Modified: brlcad/trunk/BUGS
===================================================================
--- brlcad/trunk/BUGS   2019-05-22 01:44:11 UTC (rev 73121)
+++ brlcad/trunk/BUGS   2019-05-22 01:50:35 UTC (rev 73122)
@@ -21,11 +21,6 @@
   to output nothing even when permissions are opened up.  Works
   with a framebuffer server.
 
-* 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.

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2019-05-22 01:44:11 UTC (rev 73121)
+++ brlcad/trunk/NEWS   2019-05-22 01:50:35 UTC (rev 73122)
@@ -14,6 +14,7 @@
 --- 20XX-XX-XX  Release 7.30.4                                     ---
 ----------------------------------------------------------------------
 
+* fixed rtedge and rtwizard occlusion object edge bug - Sean Morrison
 * rt* tools no longer force outputs to be read-only - Sean Morrison
 * fixed 'burst' crash when run without options - Sean Morrison
 * changed rtweight to not truncate long pathnames - Sean Morrison

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2019-05-22 01:44:11 UTC (rev 73121)
+++ brlcad/trunk/TODO   2019-05-22 01:50:35 UTC (rev 73122)
@@ -1054,9 +1054,6 @@
 * make db_open modes behave the same as the fopen() modes (i.e.,
   create the .g if one doesn't exist when write mode)
 
-* fix the shaders.sh regression test case, failing due to changes
-  with mged's view initialization.
-
 * inside support for ARS
 
 * add support to 'rtxray' for outputting inverted pixel values so that

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