Revision: 73102
          http://sourceforge.net/p/brlcad/code/73102
Author:   brlcad
Date:     2019-05-21 14:28:42 +0000 (Tue, 21 May 2019)
Log Message:
-----------
checkpoint some enabled debugging.  looks like there's at least one bug in here 
possibly affecting the edges begin drawn on the colored occlusion objects, but 
the occlusion determination does also seem wrong in viewedge.c

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/RtImage.tcl

Modified: brlcad/trunk/src/tclscripts/lib/RtImage.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/RtImage.tcl 2019-05-21 13:39:14 UTC (rev 
73101)
+++ brlcad/trunk/src/tclscripts/lib/RtImage.tcl 2019-05-21 14:28:42 UTC (rev 
73102)
@@ -111,6 +111,8 @@
            lappend cmd $obj
        }
 
+       puts "RT (with fullcolor): $cmd"
+
        #
        # Run rt to generate the color insert
        #
@@ -162,6 +164,9 @@
                    }
                }
 
+               # !!! FIXME: this runs rt in regress-D ...
+               puts "RTEDGE (with fullcolor): $cmd"
+               
                #
                # Run rtedge to generate the full-color with edges
                #
@@ -200,6 +205,8 @@
            lappend cmd $obj
        }
 
+       puts "RT (ghosted): $cmd"
+
        #
        # Run rt to generate the full-color version of the ghost image
        #
@@ -221,6 +228,8 @@
            lappend cmd $obj
        }
 
+       puts "RT (occluded): $cmd"
+       
        #
        # Run rt to generate the full-color version of the occlude_objects 
(i.e. color and ghost)
        #
@@ -276,7 +285,8 @@
                     -A 0.9 \
                     -p $_perspective \
                     "-c {$fgMode}" \
-                    "-c {$bgMode}" $coMode \
+                    "-c {$bgMode}" \
+                    $coMode \
                     "-c {viewsize $_viewsize}" \
                     "-c {orientation $_orientation}" \
                     "-c {eye_pt $_eye_pt}" \
@@ -285,10 +295,12 @@
            lappend cmd $obj
        }
 
+       puts "RTEDGE: $cmd"
+       
        #
        # Run rtedge to generate the full-color version of the ghost image
-       #
-       catch {eval exec $cmd >& $_log_file} curr_pid
+       # !!! manually write an rtedge log
+       catch {eval exec $cmd >& rtedge.log} curr_pid
     }
 
     catch {file delete -force $tgi}

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