Hi all!
I've a problem with texture,
I have a surface with texture which change when i move the surface.
Sometimes i have a bug, which result to not set texture on shape,
which is:
java.lang.ArrayIndexOutOfBoundsException: 4
   at javax.media.j3d.TextureRetained.scaleImage(Unknown Source)
   at javax.media.j3d.TextureRetained.createNextLevelImage(Unknown Source)
   at javax.media.j3d.TextureRetained.initMirrorObject(Unknown Source)
   at javax.media.j3d.Texture2DRetained.initMirrorObject(Unknown Source)
   at javax.media.j3d.TextureRetained.createMirrorObject(Unknown Source)
   at javax.media.j3d.NodeComponentRetained.doSetLive(Unknown Source)
   at javax.media.j3d.TextureRetained.setLive(Unknown Source)
   at javax.media.j3d.AppearanceRetained.setTexture(Unknown Source)
   at javax.media.j3d.Appearance.setTexture(Unknown Source)
...

does anyone have an idea about this bug?

Damien Maillet
CGG Research&Development

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