Uses of Class
com.aspose.threed.PolygonMode
-
-
Uses of PolygonMode in com.aspose.threed
Methods in com.aspose.threed that return PolygonMode Modifier and Type Method Description PolygonMode
RenderState. getPolygonMode()
Gets the polygon's render mode.static PolygonMode
PolygonMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolygonMode[]
PolygonMode. 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 PolygonMode Modifier and Type Method Description void
RenderState. setPolygonMode(PolygonMode value)
Sets the polygon's render mode.
-