Gregg Tavares 7 ani în urmă
părinte
comite
8e0badb8c7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      threejs/lessons/threejs-optimize-lots-of-objects.md

+ 1 - 1
threejs/lessons/threejs-optimize-lots-of-objects.md

@@ -272,7 +272,7 @@ blue bar</span> represents `latHelper` which is used to rotate to a
 latitude above or below the equator. The <span style="color: red;">red
 latitude above or below the equator. The <span style="color: red;">red
 sphere</span> represents the offset that that `positionHelper` provides.
 sphere</span> represents the offset that that `positionHelper` provides.
 
 
-We could do all of the math manually to figure out positions on the global but
+We could do all of the math manually to figure out positions on the globe but
 doing it this way leaves most of the math to the library itself so we don't need
 doing it this way leaves most of the math to the library itself so we don't need
 to deal with.
 to deal with.
 
 

粤ICP备19079148号