Strata - v1.4.10
    Preparing search index...

    Interface ForcefieldProps

    Props for the Forcefield component.

    interface ForcefieldProps {
        alpha?: number;
        animate?: boolean;
        color?: ColorRepresentation;
        fresnelPower?: number;
        hexagonScale?: number;
        position?: [number, number, number];
        pulseSpeed?: number;
        radius?: number;
        secondaryColor?: ColorRepresentation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alpha?: number
    animate?: boolean

    Whether to play the pulse/uv animation. Default: true.

    color?: ColorRepresentation
    fresnelPower?: number
    hexagonScale?: number
    position?: [number, number, number]

    World position [x, y, z]. Default: [0, 0, 0].

    pulseSpeed?: number
    radius?: number

    Radius of the forcefield sphere. Default: 1.0.

    secondaryColor?: ColorRepresentation