I tried to use IndexedArrayGeometry as an object recieving the geometry =
but I got a classcastException. plus I did't get exactly what Couch was =
saying. =20

Is there a solution other than diving into the array to eliminate the =
duplicates?

You can use GeometryInfo to remove duplicates. Initialize a GeometryInfo object with the Geometry object you get, and then call indexify() to make it indexed, or just call getIndexedGeometryArray(). GeometryInfo can be used to convert Geometry from any format to any other format.

Check out this link for details:
  http://www.j3d.org/tutorials/quick_fix/geom_info.html

-Paul

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to