--- ray/doc/man/man1/gensurf.1 2007/09/04 17:36:40 1.6 +++ ray/doc/man/man1/gensurf.1 2025/01/21 01:56:27 1.9 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: gensurf.1,v 1.6 2007/09/04 17:36:40 greg Exp $" +.\" RCSid "$Id: gensurf.1,v 1.9 2025/01/21 01:56:27 greg Exp $" .TH GENSURF 1 11/15/93 RADIANCE .SH NAME gensurf - generate a RADIANCE or Wavefront description of a curved surface @@ -11,6 +11,8 @@ gensurf - generate a RADIANCE or Wavefront description ][ .B \-s ][ +.B \-i +][ .B \-o ] .br @@ -22,6 +24,8 @@ gensurf - generate a RADIANCE or Wavefront description ][ .B \-s ][ +.B \-i +][ .B \-o ] .br @@ -29,6 +33,8 @@ gensurf - generate a RADIANCE or Wavefront description [ .B \-s ][ +.B \-i +][ .B \-o ] .SH DESCRIPTION @@ -60,10 +66,17 @@ 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. The +.I \-i +option reverses surface normal directions from the standard +clockwise-from-front orientation. +The .I \-o option produces a Wavefront .OBJ file rather than a RADIANCE scene description. @@ -109,6 +122,8 @@ To generate a 10x20 smoothed height field from 12 reco z values: .IP "" .2i 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 @@ -116,4 +131,4 @@ The smoothing operation requires that functions be def beyond the [0,1] boundaries of s and t. .SH "SEE ALSO" genbox(1), genrev(1), genworm(1), icalc(1), -obj2mesh(1), obj2rad(1), rpict(1), rvu(1), xform(1) +obj2mesh(1), obj2rad(1), robjutil(1), rpict(1), rvu(1), xform(1)