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

    Interface ParticlePointShape

    Point emitter shape.

    interface ParticlePointShape {
        arc?: number;
        distribution?: "volume" | "surface";
        thickness?: number;
        type: "point";
    }

    Hierarchy (View Summary)

    Index
    arc?: number
    distribution?: "volume" | "surface"
    thickness?: number
    type: "point"