Uses of Class
com.openinventor.inventor.nodes.SoDepthBuffer.DepthWriteFunctions
-
Packages that use SoDepthBuffer.DepthWriteFunctions Package Description com.openinventor.inventor.nodes -
-
Uses of SoDepthBuffer.DepthWriteFunctions in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoDepthBuffer.DepthWriteFunctions Modifier and Type Field Description SoSFEnum<SoDepthBuffer.DepthWriteFunctions>
SoDepthBuffer. function
Depth comparison function to use (glDepthFunc).Methods in com.openinventor.inventor.nodes that return SoDepthBuffer.DepthWriteFunctions Modifier and Type Method Description static SoDepthBuffer.DepthWriteFunctions
SoDepthBuffer.DepthWriteFunctions. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDepthBuffer.DepthWriteFunctions
SoDepthBuffer.DepthWriteFunctions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDepthBuffer.DepthWriteFunctions[]
SoDepthBuffer.DepthWriteFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-