ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/xshowtrace.1
Revision: 1.2
Committed: Tue Dec 9 15:59:07 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Fixed RCSid specification

File Contents

# Content
1 .\" RCSid "$Id$"
2 .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 .I rview(1)
23 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 oconv(1), rpict(1), rtrace(1), rview(1), ximage(1)