Skip to main content

Interface: PoseLandmark

Defined in: src/world/humans/DetectedBodyPose.ts:38

Represents a single detected anatomical landmark/joint in a human body pose.

Properties

visibility?

optional visibility: number

Defined in: src/world/humans/DetectedBodyPose.ts:56

The probability [0.0, 1.0] that the landmark is visible (not occluded).


worldPosition?

optional worldPosition: Vector3

Defined in: src/world/humans/DetectedBodyPose.ts:61

The back-projected 3D position in WebXR world space, measured in meters. Null or undefined if depth projection was unsuccessful.


x

x: number

Defined in: src/world/humans/DetectedBodyPose.ts:43

Normalized horizontal coordinate [0.0, 1.0] in screen space, where 0.0 is the left edge and 1.0 is the right edge.


y

y: number

Defined in: src/world/humans/DetectedBodyPose.ts:48

Normalized vertical coordinate [0.0, 1.0] in screen space, where 0.0 is the top edge and 1.0 is the bottom edge.


z

z: number

Defined in: src/world/humans/DetectedBodyPose.ts:52

Raw estimated depth value relative to the camera.