Skip to content

Commit

Permalink
Fix typo in threejs-scenegraph (mrdoob#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mell0kat committed Oct 6, 2020
1 parent 01f24d8 commit 26c7036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/lessons/threejs-scenegraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ objects.push(earthMesh);

Again we added more invisible scene graph nodes. The first, an `Object3D` called `earthOrbit`
and added both the `earthMesh` and the `moonOrbit` to it, also new. We then added the `mooMesh`
to the `moonRobit`. The new scene graph looks like this.
to the `moonOrbit`. The new scene graph looks like this.

<img src="resources/images/scenegraph-sun-earth-moon.svg" align="center">

Expand Down

0 comments on commit 26c7036

Please sign in to comment.