Uses of Interface
com.luciad.view.lightspeed.services.vertexarray.ILspVertexAttribute
Packages that use ILspVertexAttribute
-
Uses of ILspVertexAttribute in com.luciad.view.lightspeed.services.vertexarray
Methods in com.luciad.view.lightspeed.services.vertexarray that return ILspVertexAttributeModifier and TypeMethodDescriptionILspVertexArray.getVertexAttribute
(int aVertexAttributeIndex) Returns the descriptor of the specified vertex attribute.Methods in com.luciad.view.lightspeed.services.vertexarray that return types with arguments of type ILspVertexAttributeModifier and TypeMethodDescriptionstatic List
<ILspVertexAttribute> TLspVertexArrayFactory.createInterleavedVertexFormat
(int aGLInterleavedArrayFormat) Creates a list ofILspVertexAttribute
describing a vertex attribute layout as used withglInterleavedArrays()
.Methods in com.luciad.view.lightspeed.services.vertexarray with parameters of type ILspVertexAttributeModifier and TypeMethodDescriptionILspVertexArray.getData
(ILspVertexAttribute aVertexAttribute) Returns the buffer that contains the data for the given vertex attribute.boolean
ILspVertexArray.hasVertexAttribute
(ILspVertexAttribute aVertexAttribute) Checks whether this vertex array has the given vertex attribute.