game_physics_3d
Perform 3D physics queries: overlap checks, point/shape intersection tests, and raycasting in Godot scenes.
Instructions
Area3D queries and point/shape intersection tests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Ray end {x,y,z} | |
| from | No | Ray/point origin {x,y,z} | |
| action | Yes | Action: overlap, point_query, shape_query, ray | |
| nodePath | No | Area3D/node path (for overlap) | |
| collisionMask | No | Collision mask bitmask |