Re: [JAVA3D] getting polygon array for object file

2003-10-09 Thread Madeti, Henu S. (UMR-Student)
an Borland [mailto:[EMAIL PROTECTED] Sent: Sun 10/5/2003 8:45 PM To: [EMAIL PROTECTED] Cc: Subject: Re: [JAVA3D] getting polygon array for object file You should be able to access the coordinate data as an array of double values in the

Re: [JAVA3D] getting polygon array for object file

2003-10-05 Thread Ewan Borland
new double[nCoords]; ta.getCoordinates(0, coords); } Hope this helps, Ewan - Original Message - From: "Madeti, Henu S. (UMR-Student)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 06, 2003 2:24 AM Subject: Re: [JAVA3D] getting polygon array for ob

Re: [JAVA3D] getting polygon array for object file

2003-10-05 Thread Madeti, Henu S. (UMR-Student)
tell me how I can overcome this problem. Henu -Original Message- From: Ewan Borland [mailto:[EMAIL PROTECTED] Sent: Sun 10/5/2003 7:29 AM To: [EMAIL PROTECTED] Cc: Subject: Re: [JAVA3D] getting polygon array for object file

Re: [JAVA3D] getting polygon array for object file

2003-10-05 Thread Ewan Borland
GeometryArray object } } - Original Message - From: "Madeti, Henu S. (UMR-Student)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 05, 2003 1:51 AM Subject: [JAVA3D] getting polygon array for object file > > > Hi all, > > We have the

[JAVA3D] getting polygon array for object file

2003-10-04 Thread Madeti, Henu S. (UMR-Student)
Hi all, We have the objload.java loading a obj file. I wish to set different appearances for different polygons of the obj file. So can someone tell me how to get the polygon(geometry array) from the object file. thanks Henu