Skip to main content
Version: Next

Type Alias: Image360AnnotationIntersection<T>

Image360AnnotationIntersection<T>: object

Describes an intersection with a 360 image annotation

Type Parameters

T extends DataSourceType = ClassicDataSourceType

Type declaration

annotation

annotation: Image360Annotation<T>

The intersected annotation

direction

direction: Vector3

The world direction from the camera to the intersection point

type

type: "image360Annotation"

The intersection type.

Defined in

packages/360-images/src/annotation/Image360AnnotationIntersection.ts:12