Gregg Tavares 6 anni fa
parent
commit
ae4904124b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();