raycast_triangle_intersection_fast
Computes ray-triangle intersection using Möller-Trumbore, returning distance t, barycentric coordinates (u, v), and surface normal orientation for 3D geometry.
Instructions
Executes Möller-Trumbore ray-triangle intersection tests, determining intersection distance $t$, barycentric coordinates $(u, v)$, and surface normal orientation. (0.020 USDC on Base L2)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Input parameters or JSON string payload for the tool execution | |
| paymentSignature | No | Base L2 USDC micropayment signature or transaction hash for x402 settlement |