Uses of Interface
com.luciad.view.lightspeed.util.opengl.rendertarget.ILspRenderTarget
Packages that use ILspRenderTarget
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
Describes the concept of a "render target", which is the destination framebuffer of OpenGL rendering
operation.
-
Uses of ILspRenderTarget in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return types with arguments of type ILspRenderTargetModifier and TypeMethodDescriptionTLspViewServices.getRenderTargetStack()
Returns the stack of render targets for the view. -
Uses of ILspRenderTarget in com.luciad.view.lightspeed.util.opengl.rendertarget
Classes in com.luciad.view.lightspeed.util.opengl.rendertarget that implement ILspRenderTargetModifier and TypeClassDescriptionclass
A render target that draws into an OpenGL frame buffer object (FBO) which can subsequently be used as a texture.