@stereograph/teiaviewer - v18.6.0-dev
    Preparing search index...

    Interface SceneIntersection

    interface SceneIntersection {
        distance: number;
        object: RaycastableSceneObject;
        point: Vector3;
        rayDistance: number;
    }
    Index

    Properties

    distance: number

    Distance between the intersection point and the ray origin in world space

    point: Vector3

    The intersection point

    rayDistance: number

    Distance between the intersection point and the ray in world space