Class TLcdEarthIndexedVertexArray

java.lang.Object
com.luciad.earth.tileset.datatype.TLcdEarthVertexArray
com.luciad.earth.tileset.datatype.TLcdEarthIndexedVertexArray
All Implemented Interfaces:
ILcdBounded
Direct Known Subclasses:
TLcdEarthObjectMappedIndexedVertexArray

public class TLcdEarthIndexedVertexArray extends TLcdEarthVertexArray
A container for indexed vertex array data that can be drawn directly with OpenGL using glDrawElements().
Since:
8.2
  • Constructor Details

    • TLcdEarthIndexedVertexArray

      public TLcdEarthIndexedVertexArray()
  • Method Details

    • getIndices

      public IntBuffer getIndices()
      Returns the list of indices that can be used to draw this vertex array with glDrawElements().
      Returns:
      the list of indices of this indexed vertex array
    • setIndices

      public void setIndices(IntBuffer aIndices)
      Sets the list of indices of this indexed vertex array.
      Parameters:
      aIndices - the index list