瀏覽代碼

Merge pull request #19783 from ManishJu/patch-1

TS: Update MeshPhysicalMaterial.d.ts
Mr.doob 5 年之前
父節點
當前提交
0e7e3af788
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/materials/MeshPhysicalMaterial.d.ts

+ 1 - 0
src/materials/MeshPhysicalMaterial.d.ts

@@ -16,6 +16,7 @@ export interface MeshPhysicalMaterialParameters
 
 
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalMap?: Texture | null;
 	clearcoatNormalMap?: Texture | null;
+	transparency?: number;
 }
 }
 
 
 export class MeshPhysicalMaterial extends MeshStandardMaterial {
 export class MeshPhysicalMaterial extends MeshStandardMaterial {