Uses of Class
com.openinventor.inventor.viewercomponents.SiRenderArea.ClearPolicies
-
Packages that use SiRenderArea.ClearPolicies Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer. -
-
Uses of SiRenderArea.ClearPolicies in com.openinventor.inventor
Methods in com.openinventor.inventor that return SiRenderArea.ClearPolicies Modifier and Type Method Description SiRenderArea.ClearPolicies
SoOffscreenRenderArea. getClearPolicy()
Methods in com.openinventor.inventor with parameters of type SiRenderArea.ClearPolicies Modifier and Type Method Description void
SoOffscreenRenderArea. setClearPolicy(SiRenderArea.ClearPolicies policy)
Defines the color buffer and depth buffer clear policy. -
Uses of SiRenderArea.ClearPolicies in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SiRenderArea.ClearPolicies Modifier and Type Method Description SiRenderArea.ClearPolicies
SiRenderArea. getClearPolicy()
SiRenderArea.ClearPolicies
SoRenderAreaCore. getClearPolicy()
static SiRenderArea.ClearPolicies
SiRenderArea.ClearPolicies. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SiRenderArea.ClearPolicies
SiRenderArea.ClearPolicies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SiRenderArea.ClearPolicies[]
SiRenderArea.ClearPolicies. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents with parameters of type SiRenderArea.ClearPolicies Modifier and Type Method Description void
SiRenderArea. setClearPolicy(SiRenderArea.ClearPolicies policy)
Defines the color buffer and depth buffer clear policy.void
SoRenderAreaCore. setClearPolicy(SiRenderArea.ClearPolicies policy)
Defines the color buffer and depth buffer clear policy.
-