Phaser API Documentation

  Version: 
OBJModel
Properties:
name type description
faces Array.<Phaser.Types.Geom.Mesh.OBJFace>

An array of Faces.

name string

The name of the model.

textureCoords Array.<Phaser.Types.Geom.Mesh.UV>

An array of texture coordinates.

vertexNormals Array.<Phaser.Types.Math.Vector3Like>

An array of vertex normals.

vertices Array.<Phaser.Types.Math.Vector3Like>

An array of vertices in the model.

Type:
object
Since: 3.50.0