Interface ILspNonIndexedVertexArray

All Superinterfaces:
ILspVertexArray

public interface ILspNonIndexedVertexArray extends ILspVertexArray
A vertex array which is defined by a single primitive type.
Since:
2012.0
See Also:
  • 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 be TRIANGLES, every three consecutive vertices would form a triangle.

      Returns:
      the primitive type that is associated to this vertex array