crashcat docs
    Preparing search index...

    Type Alias PlaneShapeSettings

    settings for creating a plane shape

    type PlaneShapeSettings = {
        halfExtent?: number;
        materialId?: number;
        plane: Plane3;
    }
    Index

    Properties

    halfExtent?: number

    half-extent of the plane's bounded representation

    1000
    
    materialId?: number

    material identifier

    -1
    
    plane: Plane3

    plane definition (normal + constant)