Skip to content

Commit

Permalink
Merge pull request #791 from cx20/update_threejs_to_latest
Browse files Browse the repository at this point in the history
Update three.js r168 to r169
  • Loading branch information
cx20 authored Sep 26, 2024
2 parents ef53d27 + a23028b commit 7fd9b33
Show file tree
Hide file tree
Showing 37 changed files with 74,039 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/threejs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<script type="importmap">
{
"imports": {
"three": "../../libs/three.js/r168/build/three.module.js",
"three/addons/": "../../libs/three.js/r168/examples/jsm/"
"three": "../../libs/three.js/r169/build/three.module.js",
"three/addons/": "../../libs/three.js/r169/examples/jsm/"
}
}
</script>
Expand Down
Loading

0 comments on commit 7fd9b33

Please sign in to comment.