Skip to content

Commit

Permalink
Update unlimbited-forearm-r2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour authored Aug 9, 2024
1 parent 0c256c0 commit e14eb20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/unlimbited/unlimbited-forearm-r2.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
-->
<script src=https://cdn.jsdelivr.net/gh/mrdoob/three.js@dev/build/three.min.js ></script>
<script src=https://cdn.jsdelivr.net/gh/mrdoob/three.js@dev/examples/js/controls/OrbitControls.js ></script>
<!--
<script src=https://cdn.jsdelivr.net/gh/mrdoob/three.js@dev/examples/js/libs/stats.min.js ></script>

-->
<script src=https://cdn.jsdelivr.net/gh/mrdoob/three.js@dev/examples/js/exporters/STLExporter.js ></script>

<script>
Expand Down Expand Up @@ -429,7 +430,7 @@
function animate() {

controls.update();
stats.update();
//stats.update();
renderer.render( scene, camera );
requestAnimationFrame( animate );
}
Expand Down

0 comments on commit e14eb20

Please sign in to comment.