Interface SceneCollisionRayOptions

interface SceneCollisionRayOptions {
    tMax?: number;
    tMin?: number;
}

Properties

Properties

tMax?: number

Maximum parametric distance along the ray. Defaults to Infinity.

tMin?: number

Minimum parametric distance along the ray. Defaults to 0.