Re: [JAVA3D] Cannot see textures when loading .obj file

2001-05-12 Thread Leyland Needham
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

[JAVA3D] Cannot see textures when loading .obj file

2001-05-12 Thread ping
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