crashcat docs
    Preparing search index...

    Type Alias ScaledShapeSettings

    settings for creating a scaled shape.

    note that some shapes only support uniform scaling:

    • sphere
    type ScaledShapeSettings = {
        scale: Vec3;
        shape: Shape;
    }
    Index

    Properties

    Properties

    scale: Vec3
    shape: Shape