phaser - v3.90.0
    Preparing search index...
    type OBJFaceVertice = {
        textureCoordsIndex: number;
        vertexIndex: number;
        vertexNormalIndex: number;
    }
    Index

    Properties

    textureCoordsIndex: number

    The index in the textureCoords array that this vertex uses.

    vertexIndex: number

    The index in the vertices array that this vertex uses.

    vertexNormalIndex: number

    The index in the vertexNormals array that this vertex uses.