Class SoTextureTransformElement
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.elements.SoElement
com.openinventor.inventor.elements.SoReplacedTextureElement
com.openinventor.inventor.elements.SoTextureTransformElement
Stores the current texture transform.
This element stores the current texture transform.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic SoTexture2Transform
Calls get(state, (int)0).static SoTexture2Transform
Returns the current texture name from the state.static int
Deprecated.As of Open Inventor 9.3.0.0.static String
Returns the default texture name.void
Overridespush()
method to copy values from next instance in the stack.static void
Sets the current texture name.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, pop
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
get
Calls get(state, (int)0). -
push
Overridespush()
method to copy values from next instance in the stack.- Overrides:
push
in classSoReplacedTextureElement
-
getDefault
Returns the default texture name. -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
get
Returns the current texture name from the state. -
set
Sets the current texture name.
-