Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Dec 22, 2023
1 parent 9f69fc9 commit 65b20ee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion itowns/dev/dist/debug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion itowns/dev/dist/itowns.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions itowns/dev/examples/effects_stereo.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.154.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/"
"three": "https://unpkg.com/three@0.159.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.159.0/examples/jsm/"
}
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions itowns/dev/examples/misc_collada.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.154.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/"
"three": "https://unpkg.com/three@0.159.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.159.0/examples/jsm/"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion itowns/dev/examples/view_3d_map_webxr.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="importmap">
{
"imports": {
"three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/"
"three/addons/": "https://unpkg.com/three@0.159.0/examples/jsm/"
}
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions itowns/dev/examples/view_multi_25d.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.154.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/"
"three": "https://unpkg.com/three@0.159.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.159.0/examples/jsm/"
}
}
</script>
Expand Down

0 comments on commit 65b20ee

Please sign in to comment.