Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspNonIndexedVertexArray
-
Uses of ILspNonIndexedVertexArray in com.luciad.view.lightspeed.services.vertexarray
Modifier and TypeMethodDescriptionstatic ILspNonIndexedVertexArray
TLspVertexArrayFactory.createInterleavedNonIndexedArray
(Buffer aBuffer, int aNbVertices, int aGLInterleavedArrayFormat, TLspPrimitiveType aPrimitiveType) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.static ILspNonIndexedVertexArray
TLspVertexArrayFactory.createInterleavedNonIndexedArray
(Buffer aBuffer, int aNbVertices, ILcdPoint aCoordinateOrigin, int aGLInterleavedArrayFormat, TLspPrimitiveType aPrimitiveType) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.