phaser - v3.90.0
    Preparing search index...
    type OBJModel = {
        faces: OBJFace[];
        name: string;
        textureCoords: UV[];
        vertexNormals: Vector3Like[];
        vertices: Vector3Like[];
    }
    Index

    Properties

    faces: OBJFace[]

    An array of Faces.

    name: string

    The name of the model.

    textureCoords: UV[]

    An array of texture coordinates.

    vertexNormals: Vector3Like[]

    An array of vertex normals.

    vertices: Vector3Like[]

    An array of vertices in the model.