--- ray/doc/man/man1/obj2mesh.1 2007/09/04 17:36:40 1.10 +++ ray/doc/man/man1/obj2mesh.1 2020/03/30 18:28:35 1.14 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: obj2mesh.1,v 1.10 2007/09/04 17:36:40 greg Exp $" +.\" RCSid "$Id: obj2mesh.1,v 1.14 2020/03/30 18:28:35 greg Exp $" .TH OBJ2MESH 1 03/11/03 RADIANCE .SH NAME obj2mesh - create a compiled RADIANCE mesh file from Wavefront .OBJ input @@ -14,6 +14,8 @@ obj2mesh - create a compiled RADIANCE mesh file from W .B "\-r maxres" ][ .B \-w +][ +.B \-v ] [ .B "input.obj" @@ -78,6 +80,9 @@ The default is 16384. The .I \-w option suppresses warnings. +The +.I \-v +option prints out final mesh statistics. .PP Although the mesh file format is binary, it is meant to be portable between machines. @@ -141,9 +146,6 @@ is the one before that, etc. An index of 0 may be used for the vertex texture or normal to indicate none, or these may be left off entirely. All faces will be broken into triangles in the final mesh. -.I Obj2mesh -currently makes an unsafe assumption that faces are convex, -which may result in odd results if they are not. .PP All other statement types will be ignored on the input. Statements understood by @@ -190,7 +192,7 @@ To use local coordinates to place a square tiled image .sp .nf void colorpict tiled_pat -7 red green blue mytile.pic . frac(Lu) frac(Lv) +7 red green blue mytile.hdr . frac(Lu) frac(Lv) 0 0 @@ -209,5 +211,5 @@ RAYPATH the directories to search for material files. .SH AUTHOR Greg Ward .SH "SEE ALSO" -gensurf(1), getinfo(1), make(1), obj2rad(1), +gensurf(1), getinfo(1), make(1), obj2rad(1), objutil(1) oconv(1), rpict(1), rvu(1), rtrace(1), xform(1)