|
@@ -49,7 +49,7 @@ Things to notice about the diagram above.
|
|
the background color and fog. These objects define a hierarchical parent/child
|
|
the background color and fog. These objects define a hierarchical parent/child
|
|
tree like structure and represent where objects appear and how they are
|
|
tree like structure and represent where objects appear and how they are
|
|
oriented. Children are positioned and oriented relative to their parent. For
|
|
oriented. Children are positioned and oriented relative to their parent. For
|
|
- example the wheels on a car might children of the car so that moving and
|
|
|
|
|
|
+ example the wheels on a car might be children of the car so that moving and
|
|
orienting the car's object automatically moves the wheels. You can read more
|
|
orienting the car's object automatically moves the wheels. You can read more
|
|
about this in [the article on scenegraphs](threejs-scenegraph.html).
|
|
about this in [the article on scenegraphs](threejs-scenegraph.html).
|
|
|
|
|
|
@@ -485,4 +485,4 @@ you can read the <a href="https://github.com/mrdoob/three.js/wiki/Migration-Guid
|
|
see what you need to change. It would be too much work to maintain both an es6 module and a class script
|
|
see what you need to change. It would be too much work to maintain both an es6 module and a class script
|
|
version of this site so going forward this site will only show es6 module style. As stated elsewhere,
|
|
version of this site so going forward this site will only show es6 module style. As stated elsewhere,
|
|
to support legacy browsers look into a <a href="https://babeljs.io">transpiler</a>.</p>
|
|
to support legacy browsers look into a <a href="https://babeljs.io">transpiler</a>.</p>
|
|
-</div>
|
|
|
|
|
|
+</div>
|