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();