Uses of Class
com.aspose.threed.RotationMode
-
-
Uses of RotationMode in com.aspose.threed
Methods in com.aspose.threed that return RotationMode Modifier and Type Method Description RotationMode
Frustum. getRotationMode()
Gets the frustum's orientation mode This property only works when theFrustum.getTarget()
is null.static RotationMode
RotationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RotationMode[]
RotationMode. 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 RotationMode Modifier and Type Method Description void
Frustum. setRotationMode(RotationMode value)
Sets the frustum's orientation mode This property only works when theFrustum.getTarget()
is null.
-