Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.antialiasing | |
com.openinventor.inventor.viewercomponents |
Viewer components contains helpful tools to implement a custom viewer.
|
Modifier and Type | Method and Description |
---|---|
static SoSceneManager.AntialiasingModes |
SoSceneManager.AntialiasingModes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
SoSceneManager.AntialiasingModes |
SoSceneManager.getAntialiasingMode()
Returns the antialiasing mode set using the
setAntialiasing(float,AntialiasingMode) method. |
static SoSceneManager.AntialiasingModes |
SoSceneManager.AntialiasingModes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSceneManager.AntialiasingModes |
SoSceneManager.AntialiasingModes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSceneManager.AntialiasingModes[] |
SoSceneManager.AntialiasingModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SoSceneManager.setAntialiasing(float quality,
SoSceneManager.AntialiasingModes mode)
Enable (or disable) antialiasing with specified quality and mode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SiAntialiasingEventListener.onAntialiasingSwitch(SoSceneManager.AntialiasingModes mode,
float quality,
SoAntialiasingParameters parameters)
This method is called when the antialiasing parameters are modified in the scene manager.
|
Modifier and Type | Method and Description |
---|---|
SoSceneManager.AntialiasingModes |
SiRenderAreaAntialiasing.getAntialiasingMode() |
SoSceneManager.AntialiasingModes |
SoRenderAreaCore.getAntialiasingMode()
Preview Feature means this class is fully supported and can be used in Open Inventor applications. |
Modifier and Type | Method and Description |
---|---|
void |
SiRenderAreaAntialiasing.setAntialiasingMode(SoSceneManager.AntialiasingModes mode)
Define the antialiasing mode.
|
void |
SoRenderAreaCore.setAntialiasingMode(SoSceneManager.AntialiasingModes mode)
Define the antialiasing mode.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com