Skip to content

Documentation / @ripl/3d / Raycast3DOptions

Interface: Raycast3DOptions ​

Defined in: 3d/src/core/shape.ts:182

Options for a raycast against 3D geometry.

Properties ​

PropertyTypeDescriptionDefined in
backFaces?booleanWhether a triangle met from behind counts as a hit. Defaults to true, matching the unculled render.3d/src/core/shape.ts:184