Gregg (Greggman/GMan) Tavares 7 лет назад
Родитель
Сommit
bccda500ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      threejs/threejs-scenegraph-sun-earth-moon-axes-grids.html

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-moon-axes-grids.html

@@ -149,7 +149,7 @@ function main() {
     gui.add(helper, 'visible').name(label);
   }
 
-  makeAxisGrid(solarSystem, 'solarSystem', 25);
+  makeAxisGrid(solarSystem, 'solarSystem', 26);
   makeAxisGrid(sunMesh, 'sunMesh');
   makeAxisGrid(earthOrbit, 'earthOrbit');
   makeAxisGrid(earthMesh, 'earthMesh');