Uses of Enum Class
com.openinventor.inventor.elements.SoNormalBindingElement.Bindings
Packages that use SoNormalBindingElement.Bindings
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoNormalBindingElement.Bindings in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches that return SoNormalBindingElement.BindingsModifier and TypeMethodDescriptionSoNormalCache.getNormalBinding()
Returns the normal binding in the cache.Methods in com.openinventor.inventor.caches with parameters of type SoNormalBindingElement.BindingsModifier and TypeMethodDescriptionvoid
SoNormalCache.set
(SbVec3f[] normals, SoNormalBindingElement.Bindings normalBinding) Calls set(normals, normalBinding, (int)0).void
SoNormalCache.set
(SbVec3f[] normals, SoNormalBindingElement.Bindings normalBinding, int startIndex) Stores a list of normals in the cache . -
Uses of SoNormalBindingElement.Bindings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoNormalBindingElement.BindingsModifier and TypeMethodDescriptionReturns current normal binding from the state.SoNormalBindingElement.getDefault()
Returns the default normal binding.SoNormalBindingElement.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 SoNormalBindingElement.Bindings[]
SoNormalBindingElement.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 SoNormalBindingElement.BindingsModifier and TypeMethodDescriptionstatic void
SoNormalBindingElement.set
(SoState state, SoNormalBindingElement.Bindings binding) Sets the current normal binding in the state.static void
SoNormalBindingElement.set
(SoState state, SoNode name_17869, SoNormalBindingElement.Bindings binding) Sets the current normal binding in the state.