@equinor/videx-3d
    Preparing search index...

    Type Alias HighlighterProps

    type HighlighterProps = {
        blending?: Blending;
        color?: string | number | Color;
        opacity?: number;
        renderOrder?: number;
    }
    Index

    Properties

    blending?: Blending
    color?: string | number | Color
    opacity?: number

    Opacity of the default ghost material (0..1, default 1). Components that supply their own userData.highlightMaterial (e.g. Trajectory) manage their own opacity and are not affected by this.

    renderOrder?: number