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

    Interface ParticleSphereShape

    Sphere or hemisphere emitter shape.

    interface ParticleSphereShape {
        arc?: number;
        distribution?: "volume" | "surface";
        radius: number;
        thickness?: number;
        type: "sphere" | "hemisphere";
    }

    Hierarchy (View Summary)

    Index
    arc?: number
    distribution?: "volume" | "surface"
    radius: number
    thickness?: number
    type: "sphere" | "hemisphere"