浏览代码

Merge pull request #20017 from FishOrBear/patch-5

Update MeshPhysicalMaterial.d.ts
Mr.doob 5 年之前
父节点
当前提交
590ce8d5d2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/materials/MeshPhysicalMaterial.d.ts

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

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