Uses of Enum Class
com.openinventor.inventor.elements.SoDrawBufferElement.SoDrawBufferTypes
Packages that use SoDrawBufferElement.SoDrawBufferTypes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoDrawBufferElement.SoDrawBufferTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoDrawBufferElement.SoDrawBufferTypesModifier and TypeMethodDescriptionReturns current depth buffer parameters.SoDrawBufferElement.SoDrawBufferTypes.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.SoDrawBufferElement.SoDrawBufferTypes.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 SoDrawBufferElement.SoDrawBufferTypesModifier and TypeMethodDescriptionstatic voidSoDrawBufferElement.set(SoState state, SoDrawBufferElement.SoDrawBufferTypes type) Sets the depth buffer parameters.