Skip to content

Commit

Permalink
demo: Update to three.js r111
Browse files Browse the repository at this point in the history
Cloudflare has r109 as the latest version, so switch to jsdelivr.
  • Loading branch information
zeux committed Nov 28, 2019
1 parent f02d51c commit b446dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="https://github.com/zeux/meshoptimizer" target="_blank" rel="noopener">meshoptimizer</a>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/109/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@v0.111.0/build/three.min.js"></script>

<script src="../js/meshopt_decoder.js"></script>
<script src="GLTFLoader.js"></script>
Expand Down

0 comments on commit b446dd3

Please sign in to comment.