Uses of Class
com.openinventor.inventor.elements.SoNormalBindingElement.Bindings
-
Packages that use SoNormalBindingElement.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 SoNormalBindingElement.Bindings in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches that return SoNormalBindingElement.Bindings Modifier and Type Method Description SoNormalBindingElement.Bindings
SoNormalCache. getNormalBinding()
Returns the normal binding in the cache.Methods in com.openinventor.inventor.caches with parameters of type SoNormalBindingElement.Bindings Modifier and Type Method Description void
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.Bindings Modifier and Type Method Description static SoNormalBindingElement.Bindings
SoNormalBindingElement. get(SoState state)
Returns current normal binding from the state.static SoNormalBindingElement.Bindings
SoNormalBindingElement. getDefault()
Returns the default normal binding.static SoNormalBindingElement.Bindings
SoNormalBindingElement.Bindings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoNormalBindingElement.Bindings
SoNormalBindingElement.Bindings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoNormalBindingElement.Bindings[]
SoNormalBindingElement.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 SoNormalBindingElement.Bindings Modifier and Type Method Description static void
SoNormalBindingElement. set(SoState state, SoNormalBindingElement.Bindings binding)
Sets the current normal binding in the state.static void
SoNormalBindingElement. set(SoState state, SoNode name_18313, SoNormalBindingElement.Bindings binding)
Sets the current normal binding in the state.
-