Skip to main content

Interface: BabylonHitTesterOptions

Defined in: babylon-interactions/src/hit-tester.ts:44

Extended by

Properties

PropertyTypeDescriptionDefined in
defaultRadius?numberTargeting radius for a node registered without one. Default 0.1 m.babylon-interactions/src/hit-tester.ts:46
maxRayDistance?numberRay length handed to pickWithRay, in metres. Default 100.babylon-interactions/src/hit-tester.ts:48
pickWithRay?BabylonPickWithRayOptional mesh-accurate pick. Absent, the sphere test is used.babylon-interactions/src/hit-tester.ts:50