Gregg Tavares 6 년 전
부모
커밋
ae4904124b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      threejs/lessons/resources/threejs-lots-of-objects.js

+ 1 - 1
threejs/lessons/resources/threejs-lots-of-objects.js

@@ -69,7 +69,7 @@
         scene.add(gridHelper);
 
         const geometry = new THREE.BoxBufferGeometry(1, 1, 1);
-        
+
         const lonHelper = new THREE.Object3D();
         scene.add(lonHelper);
         const latHelper = new THREE.Object3D();