Explorar el Código

fixed formatting

Daniel Sturk hace 6 años
padre
commit
c42ccfbf0c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;
+
 }