--- ray/doc/man/man1/obj2mesh.1 2003/12/09 15:59:06 1.4 +++ ray/doc/man/man1/obj2mesh.1 2004/01/01 19:31:45 1.6 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: obj2mesh.1,v 1.4 2003/12/09 15:59:06 greg Exp $" +.\" RCSid "$Id: obj2mesh.1,v 1.6 2004/01/01 19:31:45 greg Exp $" .TH OBJ2MESH 1 03/11/03 RADIANCE .SH NAME obj2mesh - create a compiled RADIANCE mesh file from Wavefront .OBJ input @@ -177,11 +177,12 @@ those causing the problem. This error is caused by too many surfaces, and there is little hope of compiling this mesh. .SH EXAMPLE -To create a compiled triangle mesh from the scene file mesh.obj: +To create a compiled triangle mesh from the scene file mesh.obj +using materials from the file mesh.mat: .IP "" .2i -oconv mesh.obj mesh.rtm +obj2mesh -a mesh.mat mesh.obj mesh.rtm .SH AUTHOR Greg Ward .SH "SEE ALSO" gensurf(1), getinfo(1), make(1), obj2rad(1), -oconv(1), rpict(1), rview(1), rtrace(1), xform(1) +oconv(1), rpict(1), rvu(1), rtrace(1), xform(1)