Uses of Class
com.luciad.view.lightspeed.util.opengl.texture.ALspTextureObject
Packages that use ALspTextureObject
Package
Description
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView, as if by a slide
projector.Provides support for working with textures.
-
Uses of ALspTextureObject in com.luciad.view.lightspeed.layer.imageprojection
Methods in com.luciad.view.lightspeed.layer.imageprojection that return ALspTextureObjectModifier and TypeMethodDescriptionTLspImageProjectionStyle.getImage()Returns the image to be projected onto the terrain.Methods in com.luciad.view.lightspeed.layer.imageprojection with parameters of type ALspTextureObjectModifier and TypeMethodDescriptionTLspImageProjectionStyle.Builder.image(ALspTextureObject aImage) Sets the image to be projected onto the terrain. -
Uses of ALspTextureObject in com.luciad.view.lightspeed.util.opengl.texture
Subclasses of ALspTextureObject in com.luciad.view.lightspeed.util.opengl.textureModifier and TypeClassDescriptionclassManages an OpenGL 2D texture object.classTexture object representation of a buffered image.