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 SoTexture2TransformCalls get(state, (int)0).static SoTexture2TransformReturns the current texture name from the state.static intDeprecated.As of Open Inventor 9.3.0.0.static StringReturns the default texture name.voidOverridespush()method to copy values from next instance in the stack.static voidSets the current texture name.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex, popMethods 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:
pushin 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.
-