We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d329848 commit 2a1b34aCopy full SHA for 2a1b34a
index.html
@@ -497,7 +497,7 @@ <h3>First step: add collision detection</h3>
497
<pre><code data-language="javascript">
498
// bounding box of robot link in local link coordinates
499
robot.links[x].bbox = new THREE.Box3;
500
- robot.links[x].bbox = robot.links[x].bbox.setFromPoints(robot.links[robot.base].geom.geometry.vertices);
+ robot.links[x].bbox = robot.links[x].bbox.setFromPoints(robot.links[x].geom.geometry.vertices);
501
</code></pre>
502
503
<p>
0 commit comments