Package com.luciad.view.lightspeed.util.opengl.texture
package com.luciad.view.lightspeed.util.opengl.texture
Provides support for working with textures. A texture is represented by an
ALspTextureObject.
Different implementations of this class can be created depending on the
source of the texture data. TLsp2DImageTextureObject
is available for the common scenario of using a BufferedImage as a
texture.- Since:
- 2012.0
-
ClassesClassDescriptionManages an OpenGL 2D texture object.Manages an OpenGL texture object.Texture object representation of a buffered image.