Package | Description |
---|---|
com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
Modifier and Type | Method and Description |
---|---|
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.Bindings.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.get(SoState state)
Calls get(state, (int)0).
|
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.get(SoState state,
int unit)
Returns current texture binding from the state.
|
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.getDefault()
Returns the default texture binding.
|
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.Bindings.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTextureCoordinateBindingElement.Bindings |
SoTextureCoordinateBindingElement.Bindings.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTextureCoordinateBindingElement.Bindings[] |
SoTextureCoordinateBindingElement.Bindings.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 |
SoTextureCoordinateBindingElement.set(SoState state,
SoTextureCoordinateBindingElement.Bindings binding)
Sets the current texture binding in the state.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com