Interface RaycasterParameters

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

Properties

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