--- ray/doc/man/man1/gensurf.1 2004/01/01 19:31:45 1.5 +++ ray/doc/man/man1/gensurf.1 2018/05/04 23:56:49 1.7 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: gensurf.1,v 1.5 2004/01/01 19:31:45 greg Exp $" +.\" RCSid "$Id: gensurf.1,v 1.7 2018/05/04 23:56:49 greg Exp $" .TH GENSURF 1 11/15/93 RADIANCE .SH NAME gensurf - generate a RADIANCE or Wavefront description of a curved surface @@ -60,6 +60,9 @@ in any number of and .I \-f options. +The variable and function definitions in each +.I \-f source +file are read and compiled from the RADIANCE library where it is found. The .I \-s option adds smoothing (surface normal interpolation) to the surface. @@ -108,7 +111,9 @@ gensurf crystal ball 'sin(PI*s)*cos(2*PI*t)' 'cos(PI*s To generate a 10x20 smoothed height field from 12 recorded vertex z values: .IP "" .2i -gensurf dirt ground '10*s' '20*t' height.dat 2 3 -s +gensurf dirt ground '10*s' '20*t' height.dat 2 3 \-s +.SH ENVIRONMENT +RAYPATH the directories to check for auxiliary files. .SH AUTHOR Greg Ward .SH BUGS