소스 검색

Merge pull request #19783 from ManishJu/patch-1

TS: Update MeshPhysicalMaterial.d.ts
Mr.doob 5 년 전
부모
커밋
0e7e3af788
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {