瀏覽代碼

Update MeshPhysicalMaterial.d.ts

FishOrBear 5 年之前
父節點
當前提交
c18c10c6f9
共有 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 {
 
 	clearcoat?: number;
-	clearcoatMap: Texture | null;
+	clearcoatMap?: Texture | null;
 	clearcoatRoughness?: number;
-	clearcoatRoughnessMap: Texture | null;
+	clearcoatRoughnessMap?: Texture | null;
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalMap?: Texture | null;