1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH OBJ2MESH 1 03/11/03 RADIANCE |
3 |
|
.SH NAME |
4 |
|
obj2mesh - create a compiled RADIANCE mesh file from Wavefront .OBJ input |
177 |
|
This error is caused by too many surfaces, and there is |
178 |
|
little hope of compiling this mesh. |
179 |
|
.SH EXAMPLE |
180 |
< |
To create a compiled triangle mesh from the scene file mesh.obj: |
180 |
> |
To create a compiled triangle mesh from the scene file mesh.obj |
181 |
> |
using materials from the file mesh.mat: |
182 |
|
.IP "" .2i |
183 |
< |
oconv mesh.obj mesh.rtm |
183 |
> |
obj2mesh -a mesh.mat mesh.obj mesh.rtm |
184 |
|
.SH AUTHOR |
185 |
|
Greg Ward |
186 |
|
.SH "SEE ALSO" |