| Package | Description |
|---|---|
| com.openinventor.inventor.actions | |
| com.openinventor.inventor.nodes |
| Modifier and Type | Method and Description |
|---|---|
SoTexture.WrapType |
SoCallbackAction.getTextureWrapS()
Returns the current texture mapping information from the state.
|
SoTexture.WrapType |
SoCallbackAction.getTextureWrapT()
Returns the current texture mapping information from the state.
|
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoTexture.WrapType> |
SoTexture3.wrapR
Indicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoTextureCubeMap.wrapR
Indicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoTexture.wrapS
Indicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoExtTexture2.wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoIndexedTexture2.wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoTexture2.wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoTexture3.wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
|
SoSFEnum<SoTexture.WrapType> |
SoTextureCubeMap.wrapT
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
|
| Modifier and Type | Method and Description |
|---|---|
static SoTexture.WrapType |
SoTexture.WrapType.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static SoTexture.WrapType |
SoTexture.WrapType.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTexture.WrapType |
SoTexture.WrapType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTexture.WrapType[] |
SoTexture.WrapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com