Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface RaycasterParameters

    interface RaycasterParameters {
        Line: { threshold: number };
        Line2?: { threshold: number };
        LOD: any;
        Mesh: any;
        Points: { threshold: number };
        Sprite: any;
    }
    Index

    Properties

    Line: { threshold: number }
    Line2?: { threshold: number }
    LOD: any
    Mesh: any
    Points: { threshold: number }
    Sprite: any