hello…i created a model and try to load it to java using MD2Loader but i got this error message
java.lang.ArrayIndexOutOfBoundsException: 0
at javax.media.j3d.GeometryStripArrayRetained.setStripVertexCounts(GeometryStripArrayRetained.java:106)
at javax.media.j3d.GeometryStripArray.(GeometryStripArray.java:60)
at javax.media.j3d.TriangleFanArray.(TriangleFanArray.java:60)
but when i load the pac3D.md2 and tris.md2 (download from internet)is ok, no error occur…how to solve it??? thanks