Uses of Class
com.openinventor.inventor.elements.SoDecimationTypeElement.Types
-
Packages that use SoDecimationTypeElement.Types Package Description com.openinventor.inventor.actions com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoDecimationTypeElement.Types in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoDecimationTypeElement.Types Modifier and Type Method Description SoDecimationTypeElement.Types
SoCallbackAction. getDecimationType()
Returns the current decimation type from the state.SoDecimationTypeElement.Types
SoGetPrimitiveCountAction. getDecimationType()
Gets decimation type.SoDecimationTypeElement.Types
SoGLRenderAction. getDecimationType()
Gets decimation type.Methods in com.openinventor.inventor.actions with parameters of type SoDecimationTypeElement.Types Modifier and Type Method Description void
SoGetPrimitiveCountAction. setDecimationValue(SoDecimationTypeElement.Types type)
Calls setDecimationValue(type, (float)1.0).void
SoGetPrimitiveCountAction. setDecimationValue(SoDecimationTypeElement.Types type, float percentage)
Sets decimation type and percentage.void
SoGLRenderAction. setDecimationValue(SoDecimationTypeElement.Types type)
Calls setDecimationValue(type, (float)1.0).void
SoGLRenderAction. setDecimationValue(SoDecimationTypeElement.Types type, float percentage)
Sets decimation percentage, the value should be a number between 0.0 and 1.0 Useful for reducing the number of triangles rendered in the scene. -
Uses of SoDecimationTypeElement.Types in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoDecimationTypeElement.Types Modifier and Type Method Description static SoDecimationTypeElement.Types
SoDecimationTypeElement. get(SoState state)
Returns current decimation type from the state.static SoDecimationTypeElement.Types
SoDecimationTypeElement. getDefault()
Returns the default decimation type.static SoDecimationTypeElement.Types
SoDecimationTypeElement.Types. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDecimationTypeElement.Types
SoDecimationTypeElement.Types. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDecimationTypeElement.Types[]
SoDecimationTypeElement.Types. 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 SoDecimationTypeElement.Types Modifier and Type Method Description static void
SoDecimationTypeElement. set(SoState state, SoDecimationTypeElement.Types type)
Sets the current decimation type in the state.static void
SoDecimationTypeElement. set(SoState state, SoNode name_10715, SoDecimationTypeElement.Types type)
Sets the current decimation type in the state.
-