Skip to content

Commit 98a9568

Browse files
committed
Bumped Three.js version from r170 to r180
1 parent c1a376f commit 98a9568

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ or import all the needed modules from a CDN:
7878
<script type="importmap">
7979
{ "imports":
8080
{
81-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
82-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
81+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
82+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
8383
"talkinghead": "https://cdn.jsdelivr.net/gh/met4citizen/TalkingHead@1.5/modules/talkinghead.mjs"
8484
}
8585
}

examples/azure-audio-streaming.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@
288288
<script type="importmap">
289289
{
290290
"imports": {
291-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
292-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
291+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
292+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
293293
"talkinghead": "../modules/talkinghead.mjs"
294294
}
295295
}

examples/azure-blendshapes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
<script type="importmap">
111111
{
112112
"imports": {
113-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
114-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
113+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
114+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
115115
"talkinghead": "https://cdn.jsdelivr.net/gh/met4citizen/TalkingHead@1.5/modules/talkinghead.mjs"
116116
}
117117
}

examples/minimal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<script type="importmap">
1616
{ "imports":
1717
{
18-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
19-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
18+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
19+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
2020
"talkinghead": "https://cdn.jsdelivr.net/gh/met4citizen/TalkingHead@1.5/modules/talkinghead.mjs"
2121
}
2222
}

examples/mp3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<script type="importmap">
1717
{ "imports":
1818
{
19-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
20-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
19+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
20+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
2121
"talkinghead": "https://cdn.jsdelivr.net/gh/met4citizen/TalkingHead@1.5/modules/talkinghead.mjs"
2222
}
2323
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@
392392
<script type="importmap">
393393
{ "imports":
394394
{
395-
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js/+esm",
396-
"three/examples/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/",
397-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
395+
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js/+esm",
396+
"three/examples/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/",
397+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/",
398398
"dompurify": "https://cdn.jsdelivr.net/npm/dompurify@3.1.7/+esm",
399399
"marked": "https://cdn.jsdelivr.net/npm/marked@14.1.3/+esm"
400400
}

0 commit comments

Comments
 (0)