فهرست منبع

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;