Uses of Class
com.aspose.threed.FrontFace
-
-
Uses of FrontFace in com.aspose.threed
Methods in com.aspose.threed that return FrontFace Modifier and Type Method Description FrontFace
RenderState. getFrontFace()
Gets which order is front face.static FrontFace
FrontFace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrontFace[]
FrontFace. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type FrontFace Modifier and Type Method Description void
RenderState. setFrontFace(FrontFace value)
Sets which order is front face.
-