Explorar o código

Update MeshPhysicalMaterial.d.ts

missing transparency property
MJ %!s(int64=5) %!d(string=hai) anos
pai
achega
e8c6181822
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {