Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/core/Raycaster.d.ts>Intersection

A simple transformation of three.js for use within a Deno workflow
Go to Latest
interface Intersection
import { type Intersection } from "https://deno.land/x/threejs_4_deno@v121/src/core/Raycaster.d.ts";

Properties

distance: number
optional
distanceToRay: number
point: Vector3
optional
index: number
optional
face: Face3 | null
optional
faceIndex: number
object: Object3D
optional
uv: Vector2
optional
instanceId: number