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

Trace against augmented images.

Type:

32

FEATURE_POINT: GoogleARCoreLineTraceChannel

Trace against feature point cloud.

Type:

1

FEATURE_POINT_WITH_SURFACE_NORMAL: GoogleARCoreLineTraceChannel

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

Trace against the infinite plane.

Type:

2

NONE: GoogleARCoreLineTraceChannel

0

PLANE_USING_BOUNDARY_POLYGON: GoogleARCoreLineTraceChannel

Trace against the plane using its boundary polygon.

Type:

8

PLANE_USING_EXTENT: GoogleARCoreLineTraceChannel

Trace against the plane using its extent.

Type:

4