public static enum SoTexture.InternalFormats extends java.lang.Enum<SoTexture.InternalFormats> implements IntegerValuedEnum
Enum Constant and Description |
---|
ALPHA_FLOAT16
ALPHA_FLOAT16.
|
ALPHA_FLOAT32
ALPHA_FLOAT32.
|
ALPHA_FORMAT
ALPHA_FORMAT.
|
ALPHA12
ALPHA12.
|
ALPHA16
ALPHA16.
|
ALPHA4
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
ALPHA8
ALPHA8.
|
AUTO_INTERNAL_FORMAT
Default.
|
COMPRESSED_ALPHA
COMPRESSED_ALPHA.
|
COMPRESSED_INTENSITY
COMPRESSED_INTENSITY.
|
COMPRESSED_LUMINANCE
COMPRESSED_LUMINANCE.
|
COMPRESSED_LUMINANCE_ALPHA
COMPRESSED_LUMINANCE_ALPHA.
|
COMPRESSED_LUMINANCE_ALPHA_LATC2 |
COMPRESSED_LUMINANCE_LATC1 |
COMPRESSED_RED_GREEN_RGTC2 |
COMPRESSED_RED_RGTC1 |
COMPRESSED_RGB
COMPRESSED_RGB.
|
COMPRESSED_RGBA
COMPRESSED_RGBA.
|
COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2 |
COMPRESSED_SIGNED_LUMINANCE_LATC1 |
COMPRESSED_SIGNED_RED_GREEN_RGTC2 |
COMPRESSED_SIGNED_RED_RGTC1 |
DEPTH_COMPONENT16 |
DEPTH_COMPONENT24 |
DEPTH24_STENCIL8 |
INTENSITY_FLOAT16
INTENSITY_FLOAT16.
|
INTENSITY_FLOAT32
INTENSITY_FLOAT32.
|
INTENSITY_FORMAT
INTENSITY_FORMAT.
|
INTENSITY12
INTENSITY12.
|
INTENSITY16
INTENSITY16.
|
INTENSITY4
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
INTENSITY8
INTENSITY8.
|
LUMINANCE_ALPHA
LUMINANCE_ALPHA.
|
LUMINANCE_ALPHA_FLOAT16
LUMINANCE_ALPHA_FLOAT16.
|
LUMINANCE_ALPHA_FLOAT32
LUMINANCE_ALPHA_FLOAT32.
|
LUMINANCE_FLOAT16
LUMINANCE_FLOAT16.
|
LUMINANCE_FLOAT32
LUMINANCE_FLOAT32.
|
LUMINANCE_FORMAT
LUMINANCE_FORMAT.
|
LUMINANCE12
LUMINANCE12.
|
LUMINANCE12_ALPHA12
LUMINANCE12_ALPHA12.
|
LUMINANCE12_ALPHA4
LUMINANCE12_ALPHA4.
|
LUMINANCE16
LUMINANCE16.
|
LUMINANCE16_ALPHA16
LUMINANCE16_ALPHA16.
|
LUMINANCE4
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
LUMINANCE4_ALPHA4
LUMINANCE4_ALPHA4.
|
LUMINANCE6_ALPHA2
LUMINANCE6_ALPHA2.
|
LUMINANCE8
LUMINANCE8.
|
LUMINANCE8_ALPHA8
LUMINANCE8_ALPHA8.
|
R3_G3_B2
R3_G3_B2.
|
RGB_FLOAT16
RGB_FLOAT16.
|
RGB_FLOAT32
RGB_FLOAT32.
|
RGB_FORMAT
RGB_FORMAT.
|
RGB10
RGB10.
|
RGB10_ALPHA2
RGB10_ALPHA2.
|
RGB12
RGB12.
|
RGB16
RGB16.
|
RGB4
RGB4.
|
RGB5
RGB5.
|
RGB5_ALPHA1
RGB5_ALPHA1.
|
RGB8
RGB8.
|
RGBA_FLOAT16
RGBA_FLOAT16.
|
RGBA_FLOAT32
RGBA_FLOAT32.
|
RGBA_FORMAT
RGBA_FORMAT.
|
RGBA12
RGBA12.
|
RGBA16
RGBA16.
|
RGBA2
RGBA2.
|
RGBA4
RGBA4.
|
RGBA8
RGBA8.
|
Modifier and Type | Method and Description |
---|---|
static SoTexture.InternalFormats |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTexture.InternalFormats |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTexture.InternalFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTexture.InternalFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTexture.InternalFormats AUTO_INTERNAL_FORMAT
public static final SoTexture.InternalFormats ALPHA_FORMAT
public static final SoTexture.InternalFormats ALPHA4
public static final SoTexture.InternalFormats ALPHA8
public static final SoTexture.InternalFormats ALPHA12
public static final SoTexture.InternalFormats ALPHA16
public static final SoTexture.InternalFormats LUMINANCE_FORMAT
public static final SoTexture.InternalFormats LUMINANCE4
public static final SoTexture.InternalFormats LUMINANCE8
public static final SoTexture.InternalFormats LUMINANCE12
public static final SoTexture.InternalFormats LUMINANCE16
public static final SoTexture.InternalFormats LUMINANCE_ALPHA
public static final SoTexture.InternalFormats LUMINANCE4_ALPHA4
public static final SoTexture.InternalFormats LUMINANCE6_ALPHA2
public static final SoTexture.InternalFormats LUMINANCE8_ALPHA8
public static final SoTexture.InternalFormats LUMINANCE12_ALPHA4
public static final SoTexture.InternalFormats LUMINANCE12_ALPHA12
public static final SoTexture.InternalFormats LUMINANCE16_ALPHA16
public static final SoTexture.InternalFormats INTENSITY_FORMAT
public static final SoTexture.InternalFormats INTENSITY4
public static final SoTexture.InternalFormats INTENSITY8
public static final SoTexture.InternalFormats INTENSITY12
public static final SoTexture.InternalFormats INTENSITY16
public static final SoTexture.InternalFormats R3_G3_B2
public static final SoTexture.InternalFormats RGB_FORMAT
public static final SoTexture.InternalFormats RGB4
public static final SoTexture.InternalFormats RGB5
public static final SoTexture.InternalFormats RGB8
public static final SoTexture.InternalFormats RGB10
public static final SoTexture.InternalFormats RGB12
public static final SoTexture.InternalFormats RGB16
public static final SoTexture.InternalFormats RGBA_FORMAT
public static final SoTexture.InternalFormats RGBA2
public static final SoTexture.InternalFormats RGBA4
public static final SoTexture.InternalFormats RGB5_ALPHA1
public static final SoTexture.InternalFormats RGBA8
public static final SoTexture.InternalFormats RGB10_ALPHA2
public static final SoTexture.InternalFormats RGBA12
public static final SoTexture.InternalFormats RGBA16
public static final SoTexture.InternalFormats RGBA_FLOAT32
public static final SoTexture.InternalFormats RGB_FLOAT32
public static final SoTexture.InternalFormats ALPHA_FLOAT32
public static final SoTexture.InternalFormats INTENSITY_FLOAT32
public static final SoTexture.InternalFormats LUMINANCE_FLOAT32
public static final SoTexture.InternalFormats LUMINANCE_ALPHA_FLOAT32
public static final SoTexture.InternalFormats RGBA_FLOAT16
public static final SoTexture.InternalFormats RGB_FLOAT16
public static final SoTexture.InternalFormats ALPHA_FLOAT16
public static final SoTexture.InternalFormats INTENSITY_FLOAT16
public static final SoTexture.InternalFormats LUMINANCE_FLOAT16
public static final SoTexture.InternalFormats LUMINANCE_ALPHA_FLOAT16
public static final SoTexture.InternalFormats COMPRESSED_ALPHA
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_ALPHA
public static final SoTexture.InternalFormats COMPRESSED_INTENSITY
public static final SoTexture.InternalFormats COMPRESSED_RGB
public static final SoTexture.InternalFormats COMPRESSED_RGBA
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_LATC1
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_LUMINANCE_LATC1
public static final SoTexture.InternalFormats COMPRESSED_LUMINANCE_ALPHA_LATC2
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2
public static final SoTexture.InternalFormats COMPRESSED_RED_RGTC1
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_RED_RGTC1
public static final SoTexture.InternalFormats COMPRESSED_RED_GREEN_RGTC2
public static final SoTexture.InternalFormats COMPRESSED_SIGNED_RED_GREEN_RGTC2
public static final SoTexture.InternalFormats DEPTH_COMPONENT16
public static final SoTexture.InternalFormats DEPTH_COMPONENT24
public static final SoTexture.InternalFormats DEPTH24_STENCIL8
public static SoTexture.InternalFormats[] values()
for (SoTexture.InternalFormats c : SoTexture.InternalFormats.values()) System.out.println(c);
public static SoTexture.InternalFormats 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 SoTexture.InternalFormats fromValue(int val)
valueOf(int)
instead.public static SoTexture.InternalFormats 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