Browse Source

Update MeshPhysicalMaterial.d.ts

FishOrBear 5 years ago
parent
commit
c18c10c6f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/materials/MeshPhysicalMaterial.d.ts

+ 2 - 2
src/materials/MeshPhysicalMaterial.d.ts

@@ -10,9 +10,9 @@ export interface MeshPhysicalMaterialParameters
 	extends MeshStandardMaterialParameters {
 
 	clearcoat?: number;
-	clearcoatMap: Texture | null;
+	clearcoatMap?: Texture | null;
 	clearcoatRoughness?: number;
-	clearcoatRoughnessMap: Texture | null;
+	clearcoatRoughnessMap?: Texture | null;
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalMap?: Texture | null;