Skip to content

Commit b446dd3

Browse files
committed
demo: Update to three.js r111
Cloudflare has r109 as the latest version, so switch to jsdelivr.
1 parent f02d51c commit b446dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="https://github.com/zeux/meshoptimizer" target="_blank" rel="noopener">meshoptimizer</a>
3131
</div>
3232

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

3535
<script src="../js/meshopt_decoder.js"></script>
3636
<script src="GLTFLoader.js"></script>

0 commit comments

Comments
 (0)