[Radiance-general] obj2mesh -> oconv question

bob coyne [email protected]
Fri, 11 Jul 2003 17:39:49 -0400


Hi,

I'm trying to learn Radiance and got stuck with the following error
using oconv on a mesh which I created using obj2mesh.

oconv: fatal - (test.rtm): undefined modifier "obj2mesh"

Any ideas as to what I'm doing wrong (below)? 

Thanks,
Bob

------------------------------------------------------------------------------------

I'm running the 3.5 Linux binaries distribution.

Here's what I typed in:

$ obj2mesh test.obj > test.rtm
Mesh statistics:
    0 materials
    1 patches (0.00 MBytes)
    8 vertices (0.0% w/ normals, 0.0% w/ uv)
    12 triangles (100.0% local, 0.0% joiner)
    1 leaves in octree (0.0% empty, 12.00 avg. set size)


$ oconv test.rtm > test.oct
oconv: fatal - (test.rtm): undefined modifier "obj2mesh"


$ cat test.rtm
#?RADIANCE
obj2mesh test.obj
FORMAT=Radiance_tmesh
[.....]