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

    Interface ParticleSceneDepthCollisionModule

    WebGPU-only collision against the sampled opaque scene depth.

    interface ParticleSceneDepthCollisionModule {
        bounce?: number;
        event?: string;
        friction?: number;
        thickness?: number;
        type: "scene-depth-collision";
    }
    Index
    bounce?: number
    event?: string
    friction?: number
    thickness?: number
    type: "scene-depth-collision"