Uses of Class
com.openinventor.inventor.elements.SoShapeHintsElement.VertexOrderings
-
Packages that use SoShapeHintsElement.VertexOrderings Package Description com.openinventor.inventor.elements 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.VertexOrderings Modifier and Type Method Description static SoShapeHintsElement.VertexOrderings
SoShapeHintsElement. getDefaultVertexOrdering()
Returns default hint.static SoShapeHintsElement.VertexOrderings
SoShapeHintsElement.VertexOrderings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShapeHintsElement.VertexOrderings
SoShapeHintsElement.VertexOrderings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShapeHintsElement.VertexOrderings[]
SoShapeHintsElement.VertexOrderings. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoShapeHintsElement.VertexOrderings Modifier and Type Method Description static 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_21729, SoShapeHintsElement.VertexOrderings vertexOrdering, SoShapeHintsElement.ShapeTypes shapeType, SoShapeHintsElement.FaceTypes faceType)
Sets the current shape hints in the state.
-