Skip to content

Commit

Permalink
Update to r0.170.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Nov 17, 2024
1 parent c080881 commit 95d132b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/example-minimal-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "https://cdn.jsdelivr.net/npm/mannequin-js@latest/src/mannequin.js"
}
}
Expand Down
8 changes: 4 additions & 4 deletions docs/userguide-bg.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Mannequin.js е несложна библиптека за движение на
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "https://cdn.jsdelivr.net/npm/mannequin-js@latest/src/mannequin.js"
}
}
Expand Down Expand Up @@ -688,8 +688,8 @@ man.stepOnTheGround();
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "https://cdn.jsdelivr.net/npm/mannequin-js@latest/src/mannequin.js"
}
}
Expand Down
8 changes: 4 additions & 4 deletions docs/userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ JavaScript. Here is a short example that shows a male figure
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "https://cdn.jsdelivr.net/npm/mannequin-js@latest/src/mannequin.js"
}
}
Expand Down Expand Up @@ -606,8 +606,8 @@ example point to specific release of Three.js and to the latest version of manne
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.167.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.167.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "https://cdn.jsdelivr.net/npm/mannequin-js@latest/src/mannequin.js"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/editor/posture-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.166.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.166.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": "../../src/mannequin.js",
"mannequin/": "../../src/"
}
Expand Down
4 changes: 2 additions & 2 deletions src/importmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const im = document.createElement( 'script' );
im.type = 'importmap';
im.textContent = JSON.stringify( {
imports: {
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/",
"mannequin": PATH+"/mannequin.js",
"mannequin/": PATH+"/"
}
Expand Down

0 comments on commit 95d132b

Please sign in to comment.