[name]
A Material to define multiple materials for the same geometry.
The geometry decides which material is used for which faces by the [page:Face3 faces materialindex].
The materialindex corresponds with the index of the material in the materials array.
Constructor
[name]([page:Array materials])
materials -- The materials for the geometry.
Creates a MeshFaceMaterial with the correct materials.
Properties
[property:Array materials]
Get or set the materials for the geometry.
Methods
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]