public static enum SoSceneManager.AntialiasingModes extends java.lang.Enum<SoSceneManager.AntialiasingModes> implements IntegerValuedEnum
Enum Constant and Description |
---|
ACCUM_BUFFERS
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
AUTO
This is the default mode for antialiasing.
|
FSAA
FSAA is a full-screen antialiasing algorithm based on super-sampling.
|
FXAA
FXAA is a screen space antialiasing algorithm which uses shaders and is applied after the rendering.
|
NO_ANTIALIASING
Turn off antialiasing.
|
NUM_ANTIALIASING_MODE |
SMAA
SMAA is a screen space antialiasing algorithm which uses shaders and is applied after the rendering.
|
SUPERSAMPLING
The advantage of this algorithm is it gives high quality images even on lines.
|
Modifier and Type | Method and Description |
---|---|
static SoSceneManager.AntialiasingModes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoSceneManager.AntialiasingModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSceneManager.AntialiasingModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSceneManager.AntialiasingModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoSceneManager.AntialiasingModes AUTO
public static final SoSceneManager.AntialiasingModes FXAA
public static final SoSceneManager.AntialiasingModes SMAA
public static final SoSceneManager.AntialiasingModes FSAA
SoFullSceneAntialiasing
node to control FSAA during render traversal. SoTransparencyType
). Use SUPERSAMPLING, FXAA or SMAA instead if you need high quality transparency.
public static final SoSceneManager.AntialiasingModes SUPERSAMPLING
public static final SoSceneManager.AntialiasingModes ACCUM_BUFFERS
public static final SoSceneManager.AntialiasingModes NUM_ANTIALIASING_MODE
public static final SoSceneManager.AntialiasingModes NO_ANTIALIASING
public static SoSceneManager.AntialiasingModes[] values()
for (SoSceneManager.AntialiasingModes c : SoSceneManager.AntialiasingModes.values()) System.out.println(c);
public static SoSceneManager.AntialiasingModes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoSceneManager.AntialiasingModes fromValue(int val)
valueOf(int)
instead.public static SoSceneManager.AntialiasingModes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com