Skip to content

Commit

Permalink
Update examples to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fennec committed Nov 28, 2024
1 parent dbf1e32 commit de4fa29
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/public/samples/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/multiple-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/orbit-controls-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/orbit-controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/post-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/resizable-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/responsive.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js"
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js"
}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/public/samples/yomotsu-camera-controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three-viewport-gizmo": "https://unpkg.com/[email protected].1/dist/three-viewport-gizmo.js",
"three-viewport-gizmo": "https://unpkg.com/[email protected].2/dist/three-viewport-gizmo.js",
"camera-controls": "https://unpkg.com/[email protected]/dist/camera-controls.module.min.js"
}
}
Expand Down

0 comments on commit de4fa29

Please sign in to comment.