Skip navigation links
LuciadFusion
2023.1.08

Package com.luciad.view.lightspeed.services.vertexarray

This package provides vertex arrays and the vertex array renderer.

See: Description

Package com.luciad.view.lightspeed.services.vertexarray Description

This package provides vertex arrays and the vertex array renderer.

Vertex arrays are the default means to render geometry on the screen. Their typical usage can be described as follows:

  1. Create the data that will represent the geometry to be rendered as one of the vertex array types.
  2. Submit the vertex array for rendering to an ILspVertexArrayRenderer. The latter can be obtained from the view's services.

Using vertex arrays is only required when implementing custom painters.

Since:
2012.0
Skip navigation links
LuciadFusion
2023.1.08