Re: [JAVA3D] LineArray to PointArray

2001-05-14 Thread Ahmed Shakil
11, 2001 7:39 AM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] LineArray to PointArray Hi Mona, I did something very similar to what you are asking. However, out of ignorance of any better method, I used the following technique...use shape3d.removeGeometry(i) to clear the shape, rebuild the desired

Re: [JAVA3D] LineArray to PointArray

2001-05-11 Thread Kin Wong
Hi Mona, I did something very similar to what you are asking. However, out of ignorance of any better method, I used the following technique...use shape3d.removeGeometry(i) to clear the shape, rebuild the desired geometry with my data points, and add it back with shape3d.addGeometry(g). It was m

Re: [JAVA3D] LineArray to PointArray

2001-05-10 Thread Ahmed Shakil
app.setPolygonAttributes(pa); I suppose that should work but never tried it. Ahmed -Original Message- From: Mona Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 5:17 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] LineArray to PointArray Hi: I'd like my progr

[JAVA3D] LineArray to PointArray

2001-05-10 Thread Mona Wong
Hi: I'd like my program to be able to display the objects in either wireframe (using LineArray) or points (using PointArray). Is there a way to convert one from another or do I have to keep 2 copies in memory? If it is the latter, that seems to be so wasteful ... All ideas will