Explorar o código

Merge pull request #19783 from ManishJu/patch-1

TS: Update MeshPhysicalMaterial.d.ts
Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
0e7e3af788
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/materials/MeshPhysicalMaterial.d.ts

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

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