Package apple.scenekit.enums
Class SCNInteractionMode
- java.lang.Object
-
- apple.scenekit.enums.SCNInteractionMode
-
public final class SCNInteractionMode extends java.lang.ObjectSCNInteractionMode specify the behavior of the camera relative to screen space interactions.
-
-
Field Summary
Fields Modifier and Type Field Description static longFlyRelative to up vector.static longOrbitAngleMappingrotate around target by mapping 2D screen coordinates to spherical coordinates.static longOrbitArcballrotate around target by mapping 2D screen coordinates to an half sphere.static longOrbitCenteredArcballstatic longOrbitTurntablerotate around target with absolute orientation from angles accumulation.static longPancamera space translation on X/Ystatic longTruckcamera space translation on X/Z
-
-
-
Field Detail
-
Fly
public static final long Fly
Relative to up vector.- See Also:
- Constant Field Values
-
OrbitTurntable
public static final long OrbitTurntable
rotate around target with absolute orientation from angles accumulation.- See Also:
- Constant Field Values
-
OrbitAngleMapping
public static final long OrbitAngleMapping
rotate around target by mapping 2D screen coordinates to spherical coordinates.- See Also:
- Constant Field Values
-
OrbitCenteredArcball
public static final long OrbitCenteredArcball
- See Also:
- Constant Field Values
-
OrbitArcball
public static final long OrbitArcball
rotate around target by mapping 2D screen coordinates to an half sphere.- See Also:
- Constant Field Values
-
Pan
public static final long Pan
camera space translation on X/Y- See Also:
- Constant Field Values
-
Truck
public static final long Truck
camera space translation on X/Z- See Also:
- Constant Field Values
-
-