فهرست منبع

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;
 	clearcoatNormalScale?: Vector2;
 	clearcoatNormalMap?: Texture | null;
 	clearcoatNormalMap?: Texture | null;
+	
+	transparency?: number;
 }
 }
 
 
 export class MeshPhysicalMaterial extends MeshStandardMaterial {
 export class MeshPhysicalMaterial extends MeshStandardMaterial {

粤ICP备19079148号