Uses of Enum Class
com.openinventor.inventor.elements.SoTangentBindingElement.Bindings
Packages that use SoTangentBindingElement.Bindings
Package
Description
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.BindingsModifier and TypeMethodDescriptionSoTangentCache.getTangentBinding()
Returns the tangent binding in the cache.Methods in com.openinventor.inventor.caches with parameters of type SoTangentBindingElement.BindingsModifier and TypeMethodDescriptionvoid
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.BindingsModifier and TypeMethodDescriptionReturns current tangent binding from the state.SoTangentBindingElement.getDefault()
Returns the default tangent binding.SoTangentBindingElement.Bindings.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoTangentBindingElement.Bindings[]
SoTangentBindingElement.Bindings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoTangentBindingElement.BindingsModifier and TypeMethodDescriptionstatic void
SoTangentBindingElement.set
(SoState state, SoTangentBindingElement.Bindings binding) Sets the current tangent binding in the state.static void
SoTangentBindingElement.set
(SoState state, SoNode name_22689, SoTangentBindingElement.Bindings binding) Sets the current tangent binding in the state.