Hi,
I did something like this:
.....
GeometryInfo gi = new GeometryInfo(ga);
ga = gi.getIndexedGeometryArray();
.....
ga is an IndexedGeometryArray object and has all its data, I got the following
exception:
java.lang.NullPointerException
at com.sun.j3d.utils.geometry.GeometryInfo.fillIn(GeometryInfo.java:2348)
at
com.sun.j3d.utils.geometry.GeometryInfo.getIndexedGeometryArray(GeometryInfo.java:2764)
at
com.sun.j3d.utils.geometry.GeometryInfo.getIndexedGeometryArray(GeometryInfo.java:2816)
......................
Did I do it wrong or it's a bug? Thanks.
----white
===========================================================================
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".