crashcat docs
    Preparing search index...

    Type Alias Face

    type Face = {
        numVertices: number;
        vertices: number[];
    }
    Index

    Properties

    numVertices: number

    the number of vertices in the face

    vertices: number[]

    the face vertices as a flat array of numbers [x1, y1, z1, x2, y2, z2, ...]