@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Type Alias RaycastableObject

    RaycastableObject: SceneObject & {
        isRaycastable: true;
        getBoundingBox(box: Box3): Box3;
        getBoundingSphere(sphere: Sphere): Sphere;
        raycast(raycaster: Raycaster, intersections: SceneIntersection[]): void;
    }