Uses of Class
com.openinventor.inventor.elements.SoShapeHintsElement.WindingTypes
-
Packages that use SoShapeHintsElement.WindingTypes 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.WindingTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoShapeHintsElement.WindingTypes Modifier and Type Method Description static SoShapeHintsElement.WindingTypes
SoShapeHintsElement. get(SoState state)
Return current shape winding type from the state.static SoShapeHintsElement.WindingTypes
SoShapeHintsElement. getDefaultWindingType()
Returns default hint.static SoShapeHintsElement.WindingTypes
SoShapeHintsElement.WindingTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShapeHintsElement.WindingTypes
SoShapeHintsElement.WindingTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShapeHintsElement.WindingTypes[]
SoShapeHintsElement.WindingTypes. 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.WindingTypes Modifier and Type Method Description 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, SoShapeHintsElement.WindingTypes windingType)
Sets the current shape hints in the state.static void
SoShapeHintsElement. set(SoState state, SoNode name_21735, SoShapeHintsElement.WindingTypes windingType)
-