Gregg Tavares пре 7 година
родитељ
комит
fd937afcf5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      threejs/lessons/threejs-scenegraph.md

+ 1 - 1
threejs/lessons/threejs-scenegraph.md

@@ -355,7 +355,7 @@ One thing to notice is we set the `renderOrder` of the `AxesHelper`
 to 2 and for the `GridHelper` to 1 so that the axes get drawn after the grid.
 to 2 and for the `GridHelper` to 1 so that the axes get drawn after the grid.
 Otherwise the grid might overwrite the axes.
 Otherwise the grid might overwrite the axes.
 
 
-{{{example url="../threejs-scenegraph-sun-earth-moon-axes.html" }}}
+{{{example url="../threejs-scenegraph-sun-earth-moon-axes-grids.html" }}}
 
 
 Turn on the `solarSystem` and you'll see how the earth is exactly 10
 Turn on the `solarSystem` and you'll see how the earth is exactly 10
 units out from the center just like we set above. You can see how the
 units out from the center just like we set above. You can see how the