The obj file loader in Java3D has a directory bug that has been listed (I
believe), and you have to specify a directory... if its in the same directory
simply do this...
"./minimart.obj" (or is that ".\minimart.obj", or ".\\minimart.obj", I forget
which, but give them a try).
Using the path func
Hi,
When I use the java3d demo file Objload, and loading
minimart.obj which in the path of \demo\java3d\geometry( whose texture file is
minimart.mtl), to my surprise, I cannot see any textures.
on the other hand, when I use j3dfly, I can see the
textures.
what's wrong with Objloa