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