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

    Interface ParticleConformSphereModule

    Force particles toward an analytic sphere surface.

    interface ParticleConformSphereModule {
        center?: ParticleVector3;
        radius: number;
        strength: number;
        type: "conform-sphere";
    }
    Index
    radius: number
    strength: number
    type: "conform-sphere"