crashcat docs
    Preparing search index...

    Type Alias Broadphase

    broadphase state for a physics world

    type Broadphase = {
        dbvts: DBVT[];
        nextTreeToOptimize: number;
    }
    Index

    Properties

    dbvts: DBVT[]

    dynamic bounding volume trees, one per broadphase layer

    nextTreeToOptimize: number

    round-robin cursor for the dirty-gated rebuild — which tree to check next