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.
|
Modifier and Type | Method and Description |
---|---|
SoNormalBindingElement.Bindings |
SoNormalCache.getNormalBinding()
Returns the normal binding in the cache.
|
Modifier and Type | Method and Description |
---|---|
void |
SoNormalCache.set(SbVec3f[] normals,
SoNormalBindingElement.Bindings normalBinding)
Stores a list of normals in the cache .
|
Modifier and Type | Method and Description |
---|---|
static SoNormalBindingElement.Bindings |
SoNormalBindingElement.Bindings.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
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 value
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoNormalBindingElement.set(SoState state,
SoNormalBindingElement.Bindings binding)
Sets the current normal binding in the state.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com