Viewer
    Preparing search index...

    Interface IPulseEffectDefinition

    A material-level interaction effect that preserves the current material.

    interface IPulseEffectDefinition {
        type: "pulse";
        color?: Color;
        intensity?: number;
        pulseSpeed?: number;
    }
    Index

    Properties

    type: "pulse"
    color?: Color

    Pulse color. Defaults to the viewer interaction green.

    intensity?: number

    Maximum blend factor between the original material color and the pulse color. When both colors are nearly equal, a softened inverse-color fallback keeps the pulse visible. For transparent materials, this also controls an eased interpolation from the base opacity toward fully opaque. Defaults to 0.3.

    pulseSpeed?: number

    Pulse speed. Defaults to 1.4.