Browse Source

Update MeshPhysicalMaterial.d.ts

lint fix
MJ 5 năm trước cách đây
mục cha
commit
752d8c699b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/materials/MeshPhysicalMaterial.d.ts

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

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