crashcat docs
    Preparing search index...

    Type Alias ConvexHullWithConvexSupportScaled

    ConvexHull support for INCLUDE_CONVEX_RADIUS mode (scaled). Returns scaled hull geometry, convexRadius is 0. Scales vertices on-the-fly during GetSupport.

    type ConvexHullWithConvexSupportScaled = {
        convexRadius: number;
        scale: Vec3;
        shape: ConvexHullShape;
        getSupport(direction: Vec3, out: Vec3): void;
    }
    Index

    Properties

    convexRadius: number
    scale: Vec3

    Methods