Skip to content

Commit

Permalink
Fix typo (mrdoob#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Knauf <Torsten.Knauf@maibornwolff.de>
  • Loading branch information
2 people authored and greggman committed Nov 9, 2021
1 parent 6ee1223 commit 0196c5e
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 @@ -225,7 +225,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`
and added both the `earthMesh` and the `moonOrbit` to it, also new. We then added the `moonMesh`
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 0196c5e

Please sign in to comment.