Преглед изворни кода

Update MeshPhysicalMaterial.d.ts

missing transparency property
MJ пре 5 година
родитељ
комит
e8c6181822
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/materials/MeshPhysicalMaterial.d.ts

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

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

粤ICP备19079148号