Browse Source

fixed formatting

Daniel Sturk 6 năm trước cách đây
mục cha
commit
c42ccfbf0c
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/materials/MeshPhysicalMaterial.d.ts

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

@@ -17,7 +17,8 @@ export interface MeshPhysicalMaterialParameters
 }
 
 export class MeshPhysicalMaterial extends MeshStandardMaterial {
-	constructor(parameters: MeshPhysicalMaterialParameters);
+
+	constructor( parameters: MeshPhysicalMaterialParameters );
 
 	defines: any;
 	reflectivity: number;
@@ -27,4 +28,5 @@ export class MeshPhysicalMaterial extends MeshStandardMaterial {
 
 	clearCoatNormalScale: Vector2;
 	clearCoatNormalMap: Texture | null;
+
 }