phaser - v3.90.0
    Preparing search index...
    type OBJFace = {
        group: string;
        material: string;
        vertices: OBJFaceVertice[];
    }
    Index

    Properties

    group: string

    The name of the Group this Face is in.

    material: string

    The name of the material this Face uses.

    vertices: OBJFaceVertice[]

    An array of vertices in this Face.