TriangleStripArray strips = new TriangleStripArray( vertexCount, GeometryArray.COORDINATES | GeometryArray.NORMALS, stripVertexCounts[] ); strips.setCoordinates( 0, coords ); strips.setNormals( 0, normals );