Petter Gåsström преди 4 години
родител
ревизия
6beb3a2d92
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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();