ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/xshowtrace.1
Revision: 1.4
Committed: Tue Apr 19 18:44:21 2005 UTC (19 years ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD
Changes since 1.3: +6 -1 lines
Log Message:
Added -T option to xshowtrace to trace rays to light sources

File Contents

# Content
1 .\" RCSid "$Id: xshowtrace.1,v 1.3 2004/01/01 19:31:45 greg Exp $"
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 \-T
11 ][
12 .B "rtrace options"
13 ]
14 .B octree
15 .B picture
16 .SH DESCRIPTION
17 .I Xshowtrace
18 takes a RADIANCE octree and a picture file
19 and displays it on an X11 window server using
20 .I ximage(1).
21 The picture should have been created from a previous
22 .I rpict(1)
23 or
24 .I rvu(1)
25 calculation using the given octree.
26 Once the image is displayed, the user can use the 't' command of
27 .I ximage
28 to select points on the image to display the ray tree.
29 .I Rtrace
30 then produces a ray tree, which
31 .I xshowtrace
32 will display (in red on a color screen).
33 The
34 .I \-s
35 option slows the display of each ray traced to make it easier to
36 follow the process.
37 The
38 .I \-T
39 option traces rays to light sources, which are normally hidden.
40 .SH AUTHOR
41 Greg Ward
42 .SH BUGS
43 If the pointer is moved between the time 't' is pressed and
44 .I xshowtrace
45 starts drawing rays, the rays will be displaced.
46 .SH "SEE ALSO"
47 oconv(1), rpict(1), rtrace(1), rvu(1), ximage(1)