Documentation / @ripl/3d / Raycast3DOptions
Interface: Raycast3DOptions ​
Defined in: 3d/src/core/shape.ts:182
Options for a raycast against 3D geometry.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
backFaces? | boolean | Whether a triangle met from behind counts as a hit. Defaults to true, matching the unculled render. | 3d/src/core/shape.ts:184 |