Strata - v1.4.10
    Preparing search index...

    Interface ParticleForces

    Configuration for physics forces applied to particles.

    interface ParticleForces {
        gravity?: Vector3;
        turbulence?: number;
        turbulenceScale?: number;
        turbulenceSpeed?: number;
        wind?: Vector3;
    }
    Index

    Properties

    gravity?: Vector3

    Global gravity vector applied per frame.

    turbulence?: number

    Magnitude of random turbulence.

    turbulenceScale?: number

    Spatial scale of the turbulence noise.

    turbulenceSpeed?: number

    Temporal speed of the turbulence animation.

    wind?: Vector3

    Wind vector applied per frame.