sprunk-engine

    Represents a face with N vertices in a mesh

    interface Face {
        normalIndices?: number[];
        uvIndices?: number[];
        vertexIndices: number[];
    }
    Index

    Properties

    normalIndices?: number[]
    uvIndices?: number[]
    vertexIndices: number[]
    MMNEPVFCICPMFPCPTTAAATR