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 TypeMethodDescriptionvoidTLspOpenFlight3DIcon.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 TypeMethodDescriptionvoidILsp3DIcon.paint(ILspGLState aIconState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.voidTLspBounds3DIcon.paint(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) final voidTLspMesh3DIcon.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 TypeMethodDescriptionvoidILspVertexArrayRenderer.pushGLState(ILcdGLDrawable aGLDrawable, ILspGLState aGLState) Pushes a state object on stack.