Gregg Tavares 6 years ago
parent
commit
ae4904124b
1 changed files with 1 additions and 1 deletions
  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();