public static enum SoHeightFieldRender.NormalPrecisions extends java.lang.Enum<SoHeightFieldRender.NormalPrecisions> implements IntegerValuedEnum
Enum Constant and Description |
---|
HIGH
Deprecated.
Normals are saved in a high precision format but use more GPU memory.
|
NORMAL
Deprecated.
Normals are saved in a memory efficient format.
|
Modifier and Type | Method and Description |
---|---|
static SoHeightFieldRender.NormalPrecisions |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Deprecated.
Returns the integer value of the enum constant.
|
static SoHeightFieldRender.NormalPrecisions |
valueOf(int val)
Deprecated.
Returns the enum constant of this type with the specified integer value
|
static SoHeightFieldRender.NormalPrecisions |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SoHeightFieldRender.NormalPrecisions[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoHeightFieldRender.NormalPrecisions NORMAL
public static final SoHeightFieldRender.NormalPrecisions HIGH
public static SoHeightFieldRender.NormalPrecisions[] values()
for (SoHeightFieldRender.NormalPrecisions c : SoHeightFieldRender.NormalPrecisions.values()) System.out.println(c);
public static SoHeightFieldRender.NormalPrecisions 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 SoHeightFieldRender.NormalPrecisions fromValue(int val)
valueOf(int)
instead.public static SoHeightFieldRender.NormalPrecisions 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