Browse Source

Update MeshPhysicalMaterial.d.ts

missing transparency property
MJ 5 năm trước cách đây
mục cha
commit
e8c6181822
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {