crashcat docs
    Preparing search index...

    Type Alias BoxShape

    a box shape

    type BoxShape = {
        aabb: Box3;
        centerOfMass: Vec3;
        convexRadius: number;
        density: number;
        halfExtents: Vec3;
        materialId: number;
        type: BOX;
        volume: number;
    }
    Index

    Properties

    aabb: Box3
    centerOfMass: Vec3
    convexRadius: number
    density: number
    halfExtents: Vec3
    materialId: number
    type: BOX
    volume: number