Interface: BabylonHitTesterOptions
Defined in: babylon-interactions/src/hit-tester.ts:44
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
defaultRadius? | number | Targeting radius for a node registered without one. Default 0.1 m. | babylon-interactions/src/hit-tester.ts:46 |
maxRayDistance? | number | Ray length handed to pickWithRay, in metres. Default 100. | babylon-interactions/src/hit-tester.ts:48 |
pickWithRay? | BabylonPickWithRay | Optional mesh-accurate pick. Absent, the sphere test is used. | babylon-interactions/src/hit-tester.ts:50 |