ARCore is back at Google I/O on May 10! Register now.

Point.OrientationMode

Stay organized with collections Save and categorize content based on your preferences.
public static final enum Point.OrientationMode

Indicates the point orientation mode.

Inherited Methods

Enum Values

ESTIMATED_SURFACE_NORMAL

public static final Point.OrientationMode ESTIMATED_SURFACE_NORMAL

Point orientation will follow the behavior described in HitResult.getHitPose().

INITIALIZED_TO_IDENTITY

public static final Point.OrientationMode INITIALIZED_TO_IDENTITY

Point orientation is initialized to identity but may adjust slightly over time.