mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
three.js: Reverted change to MeshFaceMaterial
This commit is contained in:
Vendored
+1
-1
@@ -2079,7 +2079,7 @@ declare module THREE {
|
||||
clone(): MeshDepthMaterial;
|
||||
}
|
||||
|
||||
export class MeshFaceMaterial {
|
||||
export class MeshFaceMaterial extends Material {
|
||||
constructor(materials?: Material[]);
|
||||
materials: Material[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user