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