Hello.

I have a application that textures a height-grid built using
IndexedTriangleStripArray.

In 1.2B1 the method:

setTextureCoordinateIndices(int index, int[] texCoordIndices)

is deprecated and replaced by

setTextureCoordinateIndex(int texCoordSet, int index, int texCoordIndex)

I am a little confused by this first parameter texCoordSet, and also my
textured trianglestrips has disappeared!

Can anyone explain what has changed?

Dag Magne Ulvang

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