Parcourir la source

Update MeshPhysicalMaterial.d.ts

missing transparency property
MJ il y a 5 ans
Parent
commit
e8c6181822
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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号