Uses of Enum Class
com.openinventor.inventor.elements.SoDepthBufferElement.DepthWriteFunctions
Packages that use SoDepthBufferElement.DepthWriteFunctions
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoDepthBufferElement.DepthWriteFunctions in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoDepthBufferElement.DepthWriteFunctionsModifier and TypeMethodDescriptionSoDepthBufferElement.DepthWriteFunctions.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.SoDepthBufferElement.DepthWriteFunctions.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 SoDepthBufferElement.DepthWriteFunctionsModifier and TypeMethodDescriptionstatic void
SoDepthBufferElement.set
(SoState state, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range) Sets the depth buffer parameters.static void
SoDepthBufferElement.set
(SoState state, SoDepthBuffer depthBuffer, boolean test, boolean write, SoDepthBufferElement.DepthWriteFunctions function, SbVec2f range) Sets the depth buffer parameters.