|
| static GenericStereoDeviceConfig | createMono (final String name, final DimensionImmutable surfaceSizeInPixel, final float[] screenSizeInMeters, final Vec3f defaultEyePositionOffset) |
| | Create a generic monoscopic generic device config. More...
|
| |
| static GenericStereoDeviceConfig | createStereoSBS (final String name, final DimensionImmutable surfaceSizeInPixel, final float[] screenSizeInMeters, final float interpupillaryDistanceInMeters, final float fovy, final Vec3f defaultEyePositionOffset) |
| | Create a generic homogenous side-by-side stereoscopic generic device config. More...
|
| |
| static GenericStereoDeviceConfig | createStereoSBSLense (final String name, final DimensionImmutable surfaceSizeInPixel, final float[] screenSizeInMeters, final float interpupillaryDistanceInMeters, final float fovy, final DimensionImmutable eyeTextureSize, final Vec3f defaultEyePositionOffset) |
| | Create a generic lense distorted side-by-side stereoscopic generic device config. More...
|
| |
| static boolean | isAvailable () |
| |
| static StereoDeviceFactory | createDefaultFactory () |
| |
| static StereoDeviceFactory | createFactory (final DeviceType type) |
| |
| static StereoDeviceFactory | createFactory (final ClassLoader cl, final String implName) |
| |
◆ createDeviceImpl()
| final StereoDevice com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.createDeviceImpl |
( |
final int |
deviceIndex, |
|
|
final StereoDeviceConfig |
config, |
|
|
final boolean |
verbose |
|
) |
| |
|
protected |
◆ createMono()
| static GenericStereoDeviceConfig com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.createMono |
( |
final String |
name, |
|
|
final DimensionImmutable |
surfaceSizeInPixel, |
|
|
final float[] |
screenSizeInMeters, |
|
|
final Vec3f |
defaultEyePositionOffset |
|
) |
| |
|
static |
◆ createStereoSBS()
| static GenericStereoDeviceConfig com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.createStereoSBS |
( |
final String |
name, |
|
|
final DimensionImmutable |
surfaceSizeInPixel, |
|
|
final float[] |
screenSizeInMeters, |
|
|
final float |
interpupillaryDistanceInMeters, |
|
|
final float |
fovy, |
|
|
final Vec3f |
defaultEyePositionOffset |
|
) |
| |
|
static |
◆ createStereoSBSLense()
| static GenericStereoDeviceConfig com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.createStereoSBSLense |
( |
final String |
name, |
|
|
final DimensionImmutable |
surfaceSizeInPixel, |
|
|
final float[] |
screenSizeInMeters, |
|
|
final float |
interpupillaryDistanceInMeters, |
|
|
final float |
fovy, |
|
|
final DimensionImmutable |
eyeTextureSize, |
|
|
final Vec3f |
defaultEyePositionOffset |
|
) |
| |
|
static |
Create a generic lense distorted side-by-side stereoscopic generic device config.
- Parameters
-
| name | |
| surfaceSizeInPixel | |
| screenSizeInMeters | |
| interpupillaryDistanceInMeters | |
| fovy | |
| eyeTextureSize | |
| defaultEyePositionOffset | |
Definition at line 138 of file GenericStereoDeviceFactory.java.
◆ isAvailable()
| static boolean com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.isAvailable |
( |
| ) |
|
|
static |
◆ isValid()
| boolean com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.isValid |
( |
| ) |
|
◆ shutdown()
| final void com.jogamp.opengl.util.stereo.generic.GenericStereoDeviceFactory.shutdown |
( |
| ) |
|
The documentation for this class was generated from the following file: