Gregg Tavares 6 năm trước cách đây
mục cha
commit
ae4904124b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();