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
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
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
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
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