Results 1 to 1 of 1
- 02-13-2011, 04:46 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 1
- Rep Power
- 0
Java 3D QuadArray Texture Coordinates
For some reason every time I run this piece of code it gives me an ArrayIndexOutOfBoundsException, the API says this should only occur when the GeometryArray.TEXTURE_COORDINATE_* bit isn't set, I don't really know whats wrong here. :confused:
Java | public Cube() { faces = new Shape3D[6]; //yes th - QuadArray: ArrayIndexOutOfBoundsException on TextureCoordinate set
Any help would be appreciated
Similar Threads
-
Drawing coordinates in Java GUI
By javausr in forum Java 2DReplies: 5Last Post: 12-29-2010, 10:49 AM -
Help Getting Image Coordinates
By Witik in forum New To JavaReplies: 2Last Post: 09-06-2010, 01:02 PM -
Coordinates
By Witik in forum New To JavaReplies: 3Last Post: 09-06-2010, 07:05 AM -
Help with printing out new coordinates
By tyke in forum New To JavaReplies: 1Last Post: 05-10-2010, 06:34 AM -
3D Texture-Mapped Rectangle with a Billboard behavior
By aRTx in forum Advanced JavaReplies: 5Last Post: 05-11-2009, 04:27 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks