Explorar el Código

even grid shows axis

Gregg (Greggman/GMan) Tavares hace 7 años
padre
commit
bccda500ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');