crashcat docs
    Preparing search index...

    Type Alias StaticCompoundShapeSettings

    type StaticCompoundShapeSettings = {
        bvhMaxLeafChildren?: number;
        children: CompoundShapeChild[];
    }
    Index

    Properties

    bvhMaxLeafChildren?: number

    maximum children per leaf node (default: 4)

    children: CompoundShapeChild[]