Uses of Enum Class
com.openinventor.inventor.elements.SoShapeHintsElement.WindingTypes
Packages that use SoShapeHintsElement.WindingTypes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoShapeHintsElement.WindingTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoShapeHintsElement.WindingTypesModifier and TypeMethodDescriptionReturn current shape winding type from the state.SoShapeHintsElement.getDefaultWindingType()
Returns default hint.SoShapeHintsElement.WindingTypes.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.static SoShapeHintsElement.WindingTypes[]
SoShapeHintsElement.WindingTypes.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 SoShapeHintsElement.WindingTypesModifier and TypeMethodDescriptionstatic void
SoShapeHintsElement.set
(SoState state, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType, SoShapeHintsElement.WindingTypes windingType, boolean useVBO) Set shape hints by defining all options.static void
SoShapeHintsElement.set
(SoState state, SoShapeHintsElement.WindingTypes windingType) Sets the current shape hints in the state.static void
SoShapeHintsElement.set
(SoState state, SoNode name_21231, SoShapeHintsElement.WindingTypes windingType)