Re: [JAVA3D] ObjLoader

2001-02-08 Thread Paul Pantera
00 > Date: Thu, 1 Feb 2001 18:45:11 +0900 > From: jaelemy <[EMAIL PROTECTED]> > Subject: [JAVA3D] ObjLoader > To: [EMAIL PROTECTED] > > Hi! Somebody answer for me! > > I am with a Installed Java3D folder(demo/java3D/ObjLoad) > when I loaded minimart.obj where is

[JAVA3D] ObjLoader

2001-02-01 Thread jaelemy
Hi! Somebody answer for me!    I am with a Installed Java3D folder(demo/java3D/ObjLoad) when I loaded minimart.obj where is in demo/java3d/geometry There is absolutery exsiting the datas (i.e mtl,rgb,int,etc) however object appears which does not be applied for property of Material

Re: [JAVA3D] ObjLoader to use MTL file problem continued

2000-10-05 Thread Paul Pantera
the wrong directory. All of the files associated with an .obj file are assumed to be in the same directory. If they are not, you need to use ObjectFile.setBasePath(). -Paul > Date: Thu, 5 Oct 2000 14:00:38 GMT > From: david Xia <[EMAIL PROTECTED]> > Subject: [JAVA3D] ObjLoader

[JAVA3D] ObjLoader to use MTL file problem continued

2000-10-05 Thread david Xia
HI,Paul: Thanks for your reply. I checked the Java3D /demo/geometry/minimart.obj, it also has minimart.mtl file, but I did not find any Java3D example code to use these two files to display a picture. I find that the ObjLoad.java does not have this mtl function. How to use mtl file in Java3D to