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

Properties

LOD: any
Line: {
    threshold: number;
}

Type declaration

  • threshold: number
Line2?: {
    threshold: number;
}

Type declaration

  • threshold: number
Mesh: any
Points: {
    threshold: number;
}

Type declaration

  • threshold: number
Sprite: any