Revision: 73124
          http://sourceforge.net/p/brlcad/code/73124
Author:   brlcad
Date:     2019-05-22 02:10:09 +0000 (Wed, 22 May 2019)
Log Message:
-----------
rtedge's occlusion / overlay modes where it only blits specific pixels requires 
a framebuffer, so use -F instead of -o.  the last two examples in particular 
also wouldn't have worked prior to today's change due to read-only permissions. 
 bug was introduced in r56246, now covered by a test case.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/rtedge.xml

Modified: brlcad/trunk/doc/docbook/system/man1/rtedge.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/rtedge.xml     2019-05-22 02:01:42 UTC 
(rev 73123)
+++ brlcad/trunk/doc/docbook/system/man1/rtedge.xml     2019-05-22 02:10:09 UTC 
(rev 73124)
@@ -950,7 +950,7 @@
 
        <literallayout remap=".nf" class="normal">
 #!/bin/sh
-rt -M -s1280 -o new.pix -C255/255/255\
+rt -M -s1280 -F new.pix -C255/255/255\
  $*\
  havoc.g\
  havoc\
@@ -964,7 +964,7 @@
 
 EOF
 
-rtedge -M -s1280 -o new.pix \
+rtedge -M -s1280 -F new.pix \
  -c"set dr=1 dn=1 ov=1"\
  -c"set fg=255,200,0" \
  $*\
@@ -993,7 +993,7 @@
        <literallayout remap=".nf" class="normal">
 #!/bin/sh
 
-rt -M -s1280 -o new.pix -C255/255/255 \
+rt -M -s1280 -F new.pix -C255/255/255 \
  $*\
  havoc.g\
  weapons\
@@ -1007,7 +1007,7 @@
 
 EOF
 
-rtedge -M -s1280 -o new.pix \
+rtedge -M -s1280 -F new.pix \
  -c"set dr=1 dn=1 om=3"\
  -c"set fg=0,0,0 bg=200,200,200"\
  -c"set oo=\"weapons\" "\

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