ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/gensurf.1
(Generate patch)

Comparing ray/doc/man/man1/gensurf.1 (file contents):
Revision 1.4 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.8 by greg, Thu Apr 15 23:51:04 2021 UTC

# Line 60 | Line 60 | in any number of
60   and
61   .I \-f
62   options.
63 + The variable and function definitions in each
64 + .I \-f source
65 + file are read and compiled from the RADIANCE library where it is found.
66   The
67   .I \-s
68   option adds smoothing (surface normal interpolation) to the surface.
# Line 108 | Line 111 | gensurf crystal ball 'sin(PI*s)*cos(2*PI*t)' 'cos(PI*s
111   To generate a 10x20 smoothed height field from 12 recorded vertex
112   z values:
113   .IP "" .2i
114 < gensurf dirt ground '10*s' '20*t' height.dat 2 3 -s
114 > gensurf dirt ground '10*s' '20*t' height.dat 2 3 \-s
115 > .SH ENVIRONMENT
116 > RAYPATH         the directories to check for auxiliary files.
117   .SH AUTHOR
118   Greg Ward
119   .SH BUGS
120   The smoothing operation requires that functions be defined
121   beyond the [0,1] boundaries of s and t.
122   .SH "SEE ALSO"
123 < calc(1), genbox(1), genrev(1), genworm(1),
124 < obj2mesh(1), obj2rad(1), rpict(1), rview(1), xform(1)
123 > genbox(1), genrev(1), genworm(1), icalc(1),
124 > obj2mesh(1), obj2rad(1), robjutil(1), rpict(1), rvu(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines