Viewer - Interaction
    Preparing search index...

    Interface IInteractionEngineProperties

    interface IInteractionEngineProperties {
        intersectionOpacity: number;
        lineIntersectionPercentage: number;
        pointIntersectionPercentage: number;
    }
    Index

    Properties

    intersectionOpacity: number

    The opacity from which the intersection is considered. (default: 0)

    lineIntersectionPercentage: number

    The percentage of the scene size for the intersection of lines. (default: 0.025 = 2.5%)

    pointIntersectionPercentage: number

    The percentage of the scene size for the intersection of points. (default: 0.025 = 2.5%)