Uses of Class
com.openinventor.inventor.nodes.SoTexture2Transform
-
Packages that use SoTexture2Transform Package Description com.openinventor.inventor.actions com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoTexture2Transform in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoTexture2Transform Modifier and Type Method Description SoTexture2Transform
SoCallbackAction. getTextureTransformNode()
Returns the current texture mapping information from the state. -
Uses of SoTexture2Transform in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTexture2Transform Modifier and Type Method Description static SoTexture2Transform
SoTextureTransformElement. get(SoState state)
Calls get(state, (int)0).static SoTexture2Transform
SoTextureTransformElement. get(SoState state, int unit)
Returns the current texture name from the state.
-