hi everyone,
i got a problem with converting a Point2f-Array in an TexCoord2f-Array.
i tried it with casts because both inherit from Tuple2f, but this ends up in
a:
java.lang.ClassCastException: [Ljavax.vecmath.Point2f;
this leads to a big problem, because i use GeometryInfo and there is no
method which returns me a TexCoordXf[] - only a PointXf[] with
getTextureCoordinates()
on the other hand i am using an GeometryArray by REFERENCE, so i need a
TexCoordXf[] or a float[]
and i don't want to run trough the arrays with a for(..){...} =(
so, please tell me whether i am too stupied for this API and the easy
solution for that problem or it is a mistake in the structure of Java3D...
greetings
Michael Nischt
===========================================================================
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".