Uses of Class
com.aspose.threed.ProjectionType
-
-
Uses of ProjectionType in com.aspose.threed
Methods in com.aspose.threed that return ProjectionType Modifier and Type Method Description ProjectionType
Camera. getProjectionType()
Gets the camera's projection type.static ProjectionType
ProjectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProjectionType[]
ProjectionType. 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 ProjectionType Modifier and Type Method Description void
Camera. setProjectionType(ProjectionType value)
Sets the camera's projection type.Constructors in com.aspose.threed with parameters of type ProjectionType Constructor Description Camera(ProjectionType projectionType)
Initializes a new instance of theCamera
class.Camera(java.lang.String name, ProjectionType projectionType)
Initializes a new instance of theCamera
class.
-