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 AntiAliasing |
SceneManager.getAntiAliasing()
Gets the multisample anti-aliasing (MSAA) option for all Scenes.
|
AntiAliasing |
Scene.getAntiAliasing()
Gets the multisample anti-aliasing (MSAA) option for this scene.
|
static AntiAliasing |
AntiAliasing.getDefault()
Get the enum constant that is considered to be the default.
|
static AntiAliasing |
AntiAliasing.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static AntiAliasing |
AntiAliasing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AntiAliasing[] |
AntiAliasing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SceneManager.setAntiAliasing(AntiAliasing antiAliasing)
Sets the multisample anti-aliasing (MSAA) option for all Scenes.
|
void |
Scene.setAntiAliasing(AntiAliasing antiAliasing)
Sets the multisample anti-aliasing (MSAA) option for this scene.
|