Petter Gåsström 4 years ago
parent
commit
6beb3a2d92
1 changed files with 3 additions and 3 deletions
  1. 3 3
      example/ionExample.js

+ 3 - 3
example/ionExample.js

@@ -187,12 +187,12 @@ function reinstantiateTiles() {
 
 						position = new Vector3().setFromMatrixPosition( matrix );
 						distanceToEllipsoidCenter = position.length();
-		
+
 					} else if ( tiles.getBoundingSphere( sphere ) ) {
-				
+
 						position = sphere.center.clone();
 						distanceToEllipsoidCenter = position.length();
-				
+
 					}
 
 					const surfaceDirection = position.normalize();