Browse Source

even grid shows axis

Gregg (Greggman/GMan) Tavares 7 years ago
parent
commit
bccda500ee
1 changed files with 1 additions and 1 deletions
  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');