Uses of Class
com.luciad.view.lightspeed.TLspStereoscopicDevice
Packages that use TLspStereoscopicDevice
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspStereoscopicDevice in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspStereoscopicDeviceModifier and TypeMethodDescriptionTLspStereoDeviceBuilder.build()
Builds the resulting stereoscopic device.Methods in com.luciad.view.lightspeed with parameters of type TLspStereoscopicDeviceModifier and TypeMethodDescriptionTLspViewBuilder.buildExternalStereoscopicView
(TLspStereoscopicDevice aStereoscopicDevice) Creates a stereoscopic Lightspeedview
that renders into an externally created OpenGL context with the current settings of this builder.TLspViewBuilder.buildStereoscopicView
(TLspStereoscopicDevice aStereoscopicDevice) Creates aILspView
with the current settings of this builder.