Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleDragModule

    Exponential velocity damping.

    interface ParticleDragModule {
        coefficient: number;
        type: "drag";
    }
    Index
    coefficient: number
    type: "drag"