Uses of Enum Class
com.openinventor.inventor.elements.SoShapeHintsElement.VertexOrderings
Packages that use SoShapeHintsElement.VertexOrderings
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoShapeHintsElement.VertexOrderings in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoShapeHintsElement.VertexOrderingsModifier and TypeMethodDescriptionSoShapeHintsElement.getDefaultVertexOrdering()
Returns default hint.SoShapeHintsElement.VertexOrderings.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.VertexOrderings[]
SoShapeHintsElement.VertexOrderings.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.VertexOrderingsModifier and TypeMethodDescriptionstatic void
SoShapeHintsElement.set
(SoState state, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType) Sets the current shape hints in the state.static 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, SoNode name_21226, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType) Sets the current shape hints in the state.