three.js: Reverted change to MeshFaceMaterial

This commit is contained in:
Asger Feldthaus
2014-08-14 11:07:02 +02:00
parent 3e6ebf037c
commit 728ef7843f
+1 -1
View File
@@ -2079,7 +2079,7 @@ declare module THREE {
clone(): MeshDepthMaterial;
}
export class MeshFaceMaterial {
export class MeshFaceMaterial extends Material {
constructor(materials?: Material[]);
materials: Material[];