public final class SCNInteractionMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Fly
Relative to up vector.
|
static long |
OrbitAngleMapping
rotate around target by mapping 2D screen coordinates to spherical coordinates.
|
static long |
OrbitArcball
rotate around target by mapping 2D screen coordinates to an half sphere.
|
static long |
OrbitCenteredArcball |
static long |
OrbitTurntable
rotate around target with absolute orientation from angles accumulation.
|
static long |
Pan
camera space translation on X/Y
|
static long |
Truck
camera space translation on X/Z
|
public static final long Fly
public static final long OrbitTurntable
public static final long OrbitAngleMapping
public static final long OrbitCenteredArcball
public static final long OrbitArcball
public static final long Pan
public static final long Truck