Uses of Interface
com.luciad.view.lightspeed.util.opengl.glstate.ILspGLState
Packages that use ILspGLState
Package
Description
Painters for OpenFlight models.
Provides a painting support for 3D meshes.
This package provides
vertex arrays
and the vertex array renderer
.-
Uses of ILspGLState in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed with parameters of type ILspGLStateModifier and TypeMethodDescriptionvoid
TLspOpenFlight3DIcon.paint
(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) -
Uses of ILspGLState in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type ILspGLStateModifier and TypeMethodDescriptionvoid
ILsp3DIcon.paint
(ILspGLState aIconState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.void
TLspBounds3DIcon.paint
(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) final void
TLspMesh3DIcon.paint
(ILspGLState aIconTransformationState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable. -
Uses of ILspGLState in com.luciad.view.lightspeed.services.vertexarray
Methods in com.luciad.view.lightspeed.services.vertexarray with parameters of type ILspGLStateModifier and TypeMethodDescriptionvoid
ILspVertexArrayRenderer.pushGLState
(ILcdGLDrawable aGLDrawable, ILspGLState aGLState) Pushes a state object on stack.