UNPKG

phaser

Version:

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

9 lines (8 loc) 426 B
/** * @typedef {object} Phaser.Types.Geom.Mesh.OBJData * @since 3.50.0 * * @property {string[]} materialLibraries - An array of material library filenames found in the OBJ file. * @property {object} materials - If the obj was loaded with an mtl file, the parsed material names are stored in this object. * @property {Phaser.Types.Geom.Mesh.OBJModel[]} models - An array of parsed models extracted from the OBJ file. */