crashcat docs
    Preparing search index...

    Type Alias CompoundShape

    type CompoundShape = {
        aabb: Box3;
        centerOfMass: Vec3;
        children: CompoundShapeChild[];
        type: COMPOUND;
        volume: number;
    }
    Index

    Properties

    aabb: Box3
    centerOfMass: Vec3
    children: CompoundShapeChild[]
    type: COMPOUND
    volume: number