Revision: 70879
          http://sourceforge.net/p/brlcad/code/70879
Author:   brlcad
Date:     2018-04-12 17:19:30 +0000 (Thu, 12 Apr 2018)
Log Message:
-----------
make png be the usage example, fix dpix entry

Modified Paths:
--------------
    brlcad/trunk/src/rt/view.c

Modified: brlcad/trunk/src/rt/view.c
===================================================================
--- brlcad/trunk/src/rt/view.c  2018-04-12 17:18:30 UTC (rev 70878)
+++ brlcad/trunk/src/rt/view.c  2018-04-12 17:19:30 UTC (rev 70879)
@@ -73,7 +73,7 @@
     bu_log(" -r                Report overlaps (default)\n");
     bu_log(" -R                Do not report overlaps\n");
     bu_log(" -M                Read matrix+commands on stdin\n");
-    bu_log(" -o model.pix      Output .pix format file (default is window)\n");
+    bu_log(" -o image.png      Output .png format file (default is window)\n");
     bu_log(" -s #              Square grid size in pixels (default is 512)\n");
     bu_log(" -w # -n # Grid size width (w) and height (n) in pixels\n");
     bu_log(" -a # -e # Azimuth (a) and elevation (e) in degrees\n");
@@ -120,7 +120,7 @@
     bu_log(" -H #              Set number of extra rays to fire\n");
     bu_log(" -J #              Set a bit vector for \"jitter\"\n");
     bu_log(" -K #              Specify the ending frame number (starting frame 
number is specified via -D #)\n");
-    bu_log(" -O model.pix      Output .pix format file, double precision 
format\n");
+    bu_log(" -O model.dpix     Output .dpix format file, double precision 
image data\n");
     bu_log(" -Q x,y            Select pixel ray for query with debugging; 
compute other pixels without debugging\n");
     bu_log(" -S                Enable stereo viewing (off by default)\n");
     bu_log(" -W                Set background image color to white (default is 
black)\n");

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to