Gregg Tavares 6 vuotta sitten
vanhempi
commit
ae4904124b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();