Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspVertexArray
Packages that use ILspVertexArray
-
Uses of ILspVertexArray in com.luciad.view.lightspeed.services.vertexarray
Subinterfaces of ILspVertexArray in com.luciad.view.lightspeed.services.vertexarrayModifier and TypeInterfaceDescriptioninterfaceA vertex array which is indexed by one or more element buffers.interfaceRepresents a vertex array for which the data is subject to change.interfaceA vertex array which is defined by a single primitive type.Methods in com.luciad.view.lightspeed.services.vertexarray that return ILspVertexArrayModifier and TypeMethodDescriptionstatic ILspVertexArrayTLspVertexArrayFactory.createInterleavedArray(Buffer aBuffer, int aNbVertices, int aGLInterleavedArrayFormat) Creates anILspVertexArraywith the specified data and a vertex attribute layout as used withglInterleavedArrays().static ILspVertexArrayTLspVertexArrayFactory.createInterleavedArray(Buffer aBuffer, int aNbVertices, ILcdPoint aCoordinateOrigin, int aGLInterleavedArrayFormat) Creates anILspVertexArraywith the specified data and a vertex attribute layout as used withglInterleavedArrays().Methods in com.luciad.view.lightspeed.services.vertexarray with parameters of type ILspVertexArrayModifier and TypeMethodDescriptionvoidILspVertexArrayRenderer.submitVertexArray(ILcdGLDrawable aGLDrawable, ILspView aView, ILspVertexArray aArray) Submits a vertex array to be rendered with the sequence of states pushed using thepushGLStatemethod.