unreal.GoogleARCoreLineTraceChannel

class unreal.GoogleARCoreLineTraceChannel

Bases: EnumBase

ingroup: GoogleARCoreBase Describes which channel ARLineTrace will be performed on.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

AUGMENTED_IMAGE: GoogleARCoreLineTraceChannel = Ellipsis

Trace against augmented images.

Type:

32

FEATURE_POINT: GoogleARCoreLineTraceChannel = Ellipsis

Trace against feature point cloud.

Type:

1

FEATURE_POINT_WITH_SURFACE_NORMAL: GoogleARCoreLineTraceChannel = Ellipsis

Trace against feature point and attempt to estimate the normal of the surface centered around the trace hit point. Surface normal estimation is most likely to succeed on textured surfaces and with camera motion.

Type:

16

INFINITE_PLANE: GoogleARCoreLineTraceChannel = Ellipsis

Trace against the infinite plane.

Type:

2

NONE: GoogleARCoreLineTraceChannel = Ellipsis

0

PLANE_USING_BOUNDARY_POLYGON: GoogleARCoreLineTraceChannel = Ellipsis

Trace against the plane using its boundary polygon.

Type:

8

PLANE_USING_EXTENT: GoogleARCoreLineTraceChannel = Ellipsis

Trace against the plane using its extent.

Type:

4