Interface: BabylonPickResult
Defined in: babylon-interactions/src/hit-tester.ts:25
What an app's mesh-accurate pick reports back.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
distance | number | Distance from the ray origin, in metres. | babylon-interactions/src/hit-tester.ts:29 |
mesh | | BabylonTransformNodeLike | null | undefined | The node that was hit. Mapped to an interactable through registration. | babylon-interactions/src/hit-tester.ts:27 |
point | Vec3Tuple | World-space hit point. | babylon-interactions/src/hit-tester.ts:31 |