ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/xshowtrace.1
Revision: 1.3
Committed: Thu Jan 1 19:31:45 2004 UTC (20 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 1.2: +3 -3 lines
Log Message:
Renamed rview, lam, calc, and neat to rvu, rlam, icalc, and neaten

File Contents

# User Rev Content
1 greg 1.3 .\" RCSid "$Id: xshowtrace.1,v 1.2 2003/12/09 15:59:07 greg Exp $"
2 greg 1.1 .TH XSHOWTRACE 1 11/15/93 RADIANCE
3     .SH NAME
4     xshowtrace - interactively show rays traced on RADIANCE image under X11
5     .SH SYNOPSIS
6     .B xshowtrace
7     [
8     .B \-s
9     ][
10     .B "rtrace options"
11     ]
12     .B octree
13     .B picture
14     .SH DESCRIPTION
15     .I Xshowtrace
16     takes a RADIANCE octree and a picture file
17     and displays it on an X11 window server using
18     .I ximage(1).
19     The picture should have been created from a previous
20     .I rpict(1)
21     or
22 greg 1.3 .I rvu(1)
23 greg 1.1 calculation using the given octree.
24     Once the image is displayed, the user can use the 't' command of
25     .I ximage
26     to select points on the image to display the ray tree.
27     .I Rtrace
28     then produces a ray tree, which
29     .I xshowtrace
30     will display (in red on a color screen).
31     The
32     .I \-s
33     option slows the display of each ray traced to make it easier to
34     follow the process.
35     .SH AUTHOR
36     Greg Ward
37     .SH BUGS
38     If the pointer is moved between the time 't' is pressed and
39     .I xshowtrace
40     starts drawing rays, the rays will be displaced.
41     .SH "SEE ALSO"
42 greg 1.3 oconv(1), rpict(1), rtrace(1), rvu(1), ximage(1)