ray_cast
Perform ray casting from a given origin and direction, returning the hit object, normal, and face index within a specified distance.
Instructions
从 origin 沿 direction 发射线,返回命中对象/位置/法线/面索引。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| distance | No | ||
| direction | Yes |