瀏覽代碼

Update MeshPhysicalMaterial.d.ts

missing transparency property
MJ 5 年之前
父節點
當前提交
e8c6181822
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/materials/MeshPhysicalMaterial.d.ts

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

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