UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (10 loc) 484 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.OBJModel * @since 3.50.0 * * @property {Phaser.Types.Geom.Mesh.OBJFace[]} faces - An array of Faces. * @property {string} name - The name of the model. * @property {Phaser.Types.Geom.Mesh.UV[]} textureCoords - An array of texture coordinates. * @property {Phaser.Types.Math.Vector3Like[]} vertexNormals - An array of vertex normals. * @property {Phaser.Types.Math.Vector3Like[]} vertices - An array of vertices in the model. */