Uses of Class
com.openinventor.inventor.elements.SoTangentBindingElement.Bindings
-
Packages that use SoTangentBindingElement.Bindings Package Description com.openinventor.inventor.caches com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoTangentBindingElement.Bindings in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches that return SoTangentBindingElement.Bindings Modifier and Type Method Description SoTangentBindingElement.Bindings
SoTangentCache. getTangentBinding()
Returns the tangent binding in the cache.Methods in com.openinventor.inventor.caches with parameters of type SoTangentBindingElement.Bindings Modifier and Type Method Description void
SoTangentCache. set(SbVec3f[] tangents, SoTangentBindingElement.Bindings tangentBinding)
Calls set(tangents, tangentBinding, (int)0).void
SoTangentCache. set(SbVec3f[] tangents, SoTangentBindingElement.Bindings tangentBinding, int startIndex)
Stores a list of tangents in the cache . -
Uses of SoTangentBindingElement.Bindings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoTangentBindingElement.Bindings Modifier and Type Method Description static SoTangentBindingElement.Bindings
SoTangentBindingElement. get(SoState state)
Returns current tangent binding from the state.static SoTangentBindingElement.Bindings
SoTangentBindingElement. getDefault()
Returns the default tangent binding.static SoTangentBindingElement.Bindings
SoTangentBindingElement.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTangentBindingElement.Bindings
SoTangentBindingElement.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTangentBindingElement.Bindings[]
SoTangentBindingElement.Bindings. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTangentBindingElement.Bindings Modifier and Type Method Description static void
SoTangentBindingElement. set(SoState state, SoTangentBindingElement.Bindings binding)
Sets the current tangent binding in the state.static void
SoTangentBindingElement. set(SoState state, SoNode name_23287, SoTangentBindingElement.Bindings binding)
Sets the current tangent binding in the state.
-