Package apple.arkit.enums
Class ARWorldAlignment
- java.lang.Object
-
- apple.arkit.enums.ARWorldAlignment
-
public final class ARWorldAlignment extends java.lang.ObjectEnum constants for indicating the world alignment.
-
-
Field Summary
Fields Modifier and Type Field Description static longCameraAligns the world with the camera’s orientation.static longGravityAligns the world with gravity that is defined by vector (0, -1, 0).static longGravityAndHeadingAligns the world with gravity that is defined by the vector (0, -1, 0) and heading (w.r.t.
-
-
-
Field Detail
-
Gravity
public static final long Gravity
Aligns the world with gravity that is defined by vector (0, -1, 0).- See Also:
- Constant Field Values
-
GravityAndHeading
public static final long GravityAndHeading
Aligns the world with gravity that is defined by the vector (0, -1, 0) and heading (w.r.t. True North) that is given by the vector (0, 0, -1).- See Also:
- Constant Field Values
-
Camera
public static final long Camera
Aligns the world with the camera’s orientation.- See Also:
- Constant Field Values
-
-