1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH GENREV 1 11/15/93 RADIANCE |
3 |
|
.SH NAME |
4 |
|
genrev - generate a RADIANCE description of surface of revolution |
43 |
|
and |
44 |
|
.I \-f |
45 |
|
options. |
46 |
+ |
The variable and function definitions in each |
47 |
+ |
.I \-f source |
48 |
+ |
file are read and compiled from the RADIANCE library where it is found. |
49 |
|
The |
50 |
|
.I \-s |
51 |
|
option smooths the surfaces using Phong normal interpolation. |
53 |
|
To generate a torus with an inner radius of 1 and an outer radius |
54 |
|
of 3: |
55 |
|
.IP "" .2i |
56 |
< |
genrev steel torus 'sin(2*PI*t)' '1+cos(2*PI*t)' 32 |
56 |
> |
genrev steel torus 'sin(2*PI*t)' '2+cos(2*PI*t)' 32 |
57 |
> |
.SH ENVIRONMENT |
58 |
> |
RAYPATH the directories to check for auxiliary files. |
59 |
|
.SH AUTHOR |
60 |
|
Greg Ward |
56 |
– |
.SH BUGS |
57 |
– |
The -s option doesn't modify the surface normal correctly |
58 |
– |
for the opposite side. |
61 |
|
.SH "SEE ALSO" |
62 |
< |
calc(1), genbox(1), gensurf(1), genworm(1), rpict(1), rview(1), xform(1) |
62 |
> |
genbox(1), gencat(1), genprism(1), gensurf(1), |
63 |
> |
genworm(1), rcalc(1), rpict(1), rvu(1), xform(1) |