Hi what is int[ ] stripVertexCounts in constructor of LineStripArray
public LineStripArray(int vertexCount, int vertexFormat, int[] stripVertexCounts) { super(GeomContainer.GEOM_LINE_STRIP, vertexCount, vertexFormat, 0, null, stripVertexCounts); }
sorry for bugging but Java Docs does not specify this ,also nothing on this in forums..... thanks in advance
