Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static StereoProjectionMode |
StereoProjectionMode.getDefault()
Get the enum constant that is considered to be the default.
|
static StereoProjectionMode |
StereoProjectionMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
StereoProjectionMode |
Stereoscopic.getProjectionMode()
Gets whether the type of stereo projection that will be used.
|
static StereoProjectionMode |
StereoProjectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoProjectionMode[] |
StereoProjectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Stereoscopic.setProjectionMode(StereoProjectionMode projectionMode)
Sets whether the type of stereo projection that will be used.
|