Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspVertexArray
-
Uses of ILspVertexArray in com.luciad.view.lightspeed.services.vertexarray
Modifier and TypeInterfaceDescriptioninterface
A vertex array which is indexed by one or more element buffers.interface
Represents a vertex array for which the data is subject to change.interface
A vertex array which is defined by a single primitive type.Modifier and TypeMethodDescriptionstatic ILspVertexArray
TLspVertexArrayFactory.createInterleavedArray
(Buffer aBuffer, int aNbVertices, int aGLInterleavedArrayFormat) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.static ILspVertexArray
TLspVertexArrayFactory.createInterleavedArray
(Buffer aBuffer, int aNbVertices, ILcdPoint aCoordinateOrigin, int aGLInterleavedArrayFormat) Creates anILspVertexArray
with the specified data and a vertex attribute layout as used withglInterleavedArrays()
.Modifier and TypeMethodDescriptionvoid
ILspVertexArrayRenderer.submitVertexArray
(ILcdGLDrawable aGLDrawable, ILspView aView, ILspVertexArray aArray) Submits a vertex array to be rendered with the sequence of states pushed using thepushGLState
method.