Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspIndexedVertexArray
-
Uses of ILspIndexedVertexArray in com.luciad.view.lightspeed.services.vertexarray
Modifier and TypeMethodDescriptionstatic ILspIndexedVertexArray
TLspVertexArrayFactory.createInterleavedIndexedArray
(Buffer aBuffer, int aNbVertices, int aGLInterleavedArrayFormat, IntBuffer aElementArray, int aIndexCount, TLspPrimitiveType aPrimitiveType) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.static ILspIndexedVertexArray
TLspVertexArrayFactory.createInterleavedIndexedArray
(Buffer aBuffer, int aNbVertices, ILcdPoint aCoordinateOrigin, int aGLInterleavedArrayFormat, IntBuffer aElementArray, int aIndexCount, TLspPrimitiveType aPrimitiveType) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.static ILspIndexedVertexArray
TLspVertexArrayFactory.createInterleavedIndexedMultiArray
(Buffer aBuffer, int aNbVertices, int aGLInterleavedArrayFormat, IntBuffer[] aElementArrays, int[] aIndexCounts, TLspPrimitiveType aPrimitiveType) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglMultiDrawElements()
.