Interface ILspNonIndexedVertexArray
- All Superinterfaces:
ILspVertexArray
A vertex array which is defined by a single primitive type.
- Since:
- 2012.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the primitive type that is associated to this vertex array.Methods inherited from interface com.luciad.view.lightspeed.services.vertexarray.ILspVertexArray
getCoordinateOrigin, getData, getData, getSize, getVertexAttribute, getVertexAttributeCount, hasVertexAttribute, lock, unlock
-
Method Details
-
getPrimitiveType
TLspPrimitiveType getPrimitiveType()Returns the primitive type that is associated to this vertex array. The primitive type indicates how the vertices are organized. E.g. if the type would beTRIANGLES
, every three consecutive vertices would form a triangle.- Returns:
- the primitive type that is associated to this vertex array
-