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.9 by greg, Tue Jan 21 01:56:27 2025 UTC

# Line 11 | Line 11 | gensurf - generate a RADIANCE or Wavefront description
11   ][
12   .B \-s
13   ][
14 + .B \-i
15 + ][
16   .B \-o
17   ]
18   .br
# Line 22 | Line 24 | gensurf - generate a RADIANCE or Wavefront description
24   ][
25   .B \-s
26   ][
27 + .B \-i
28 + ][
29   .B \-o
30   ]
31   .br
# Line 29 | Line 33 | gensurf - generate a RADIANCE or Wavefront description
33   [
34   .B \-s
35   ][
36 + .B \-i
37 + ][
38   .B \-o
39   ]
40   .SH DESCRIPTION
# Line 60 | Line 66 | in any number of
66   and
67   .I \-f
68   options.
69 + The variable and function definitions in each
70 + .I \-f source
71 + file are read and compiled from the RADIANCE library where it is found.
72   The
73   .I \-s
74   option adds smoothing (surface normal interpolation) to the surface.
75   The
76 + .I \-i
77 + option reverses surface normal directions from the standard
78 + clockwise-from-front orientation.
79 + The
80   .I \-o
81   option produces a Wavefront .OBJ file rather than a RADIANCE
82   scene description.
# Line 108 | Line 121 | gensurf crystal ball 'sin(PI*s)*cos(2*PI*t)' 'cos(PI*s
121   To generate a 10x20 smoothed height field from 12 recorded vertex
122   z values:
123   .IP "" .2i
124 < gensurf dirt ground '10*s' '20*t' height.dat 2 3 -s
124 > gensurf dirt ground '10*s' '20*t' height.dat 2 3 \-s
125 > .SH ENVIRONMENT
126 > RAYPATH         the directories to check for auxiliary files.
127   .SH AUTHOR
128   Greg Ward
129   .SH BUGS
130   The smoothing operation requires that functions be defined
131   beyond the [0,1] boundaries of s and t.
132   .SH "SEE ALSO"
133 < calc(1), genbox(1), genrev(1), genworm(1),
134 < obj2mesh(1), obj2rad(1), rpict(1), rview(1), xform(1)
133 > genbox(1), genrev(1), genworm(1), icalc(1),
134 > obj2mesh(1), obj2rad(1), robjutil(1), rpict(1), rvu(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines