@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface FaceData

    Represents a triangular face defined by three vertices.

    interface FaceData {
        index: number;
        selected: boolean;
        vertexIndices: [number, number, number];
    }
    Index

    Properties

    index: number

    Unique index of this face

    selected: boolean

    Whether this face is currently selected

    vertexIndices: [number, number, number]

    Indices of the three vertices that form this face