Uses of Enum Class
com.luciad.view.lightspeed.TLspPaintPhase.PaintStereo
Packages that use TLspPaintPhase.PaintStereo
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
Contains view world transformations.
-
Uses of TLspPaintPhase.PaintStereo in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspPaintPhase.PaintStereoModifier and TypeMethodDescriptionTLspPaintPhase.getPaintStereo()
Defines that the left or right eye needs to be rendered when a stereoscopic view is used.static TLspPaintPhase.PaintStereo
Returns the enum constant of this class with the specified name.static TLspPaintPhase.PaintStereo[]
TLspPaintPhase.PaintStereo.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed with parameters of type TLspPaintPhase.PaintStereoModifier and TypeMethodDescriptionstatic TLspPaintPhase
TLspPaintPhase.getInstance
(TLspPaintPhase.PaintOpacity aPaintOpacity, TLspPaintPhase.PaintDraping aPaintDraping, TLspPaintPhase.PaintStereo aPaintStereo) Returns a TLspPaintPhase combining the passed Paint Opacity and Paint Draping. -
Uses of TLspPaintPhase.PaintStereo in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera with parameters of type TLspPaintPhase.PaintStereoModifier and TypeMethodDescriptionTLspViewXYZWorldTransformation3D.getStereoTransformation
(TLspPaintPhase.PaintStereo aStereoPhase) Returns a view-to-world transformation that corresponds with the eye position for the provided stereo phase.