@newkrok/three-particles - v2.16.1
    Preparing search index...

    Type Alias NormalizedForceFieldConfig

    Internal normalized force field configuration where all properties are required. Created during particle system initialization from user-provided ForceFieldConfig.

    type NormalizedForceFieldConfig = {
        direction: THREE.Vector3;
        falloff: ForceFieldFalloff;
        isActive: boolean;
        position: THREE.Vector3;
        range: number;
        strength: Constant | RandomBetweenTwoConstants | LifetimeCurve;
        type: ForceFieldType;
    }
    Index

    Properties

    direction: THREE.Vector3
    falloff: ForceFieldFalloff
    isActive: boolean
    position: THREE.Vector3
    range: number
    type: ForceFieldType