|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
StereoDevice type used for createFactory(type).
More...
Public Attributes | |
| Default | |
| Auto selection of device in the following order: More... | |
| Generic | |
| Generic software implementation. More... | |
| OculusVR | |
| OculusVR DK1 implementation. More... | |
| OculusVR_DK2 | |
| OculusVR DK2 implementation. More... | |
StereoDevice type used for createFactory(type).
Definition at line 61 of file StereoDeviceFactory.java.
| com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.Default |
Auto selection of device in the following order:
Definition at line 69 of file StereoDeviceFactory.java.
| com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.Generic |
Generic software implementation.
Definition at line 73 of file StereoDeviceFactory.java.
| com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.OculusVR |
OculusVR DK1 implementation.
Definition at line 77 of file StereoDeviceFactory.java.
| com.jogamp.opengl.util.stereo.StereoDeviceFactory.DeviceType.OculusVR_DK2 |
OculusVR DK2 implementation.
Definition at line 82 of file StereoDeviceFactory.java.