Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Feb 1, 2024
1 parent 3c1beca commit 2c5f9c8
Show file tree
Hide file tree
Showing 35 changed files with 2,169 additions and 3,296 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
18.19.0
6 changes: 3 additions & 3 deletions examples/auto-rotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/await-transitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<p>Transition promises will resolve when the camera slows to less than <code>controls.restThreshold</code> units in a single frame. You can set this value here</p> <label><input oninput="cameraControls.restThreshold = this.value" value="0.01" type="number" min="0.001" max="1" step="0.001"> Rest Threshold</label>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
<button onclick="cameraControls.enabled = true;">enable mouse/touch controls</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/boundary.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<button type="button" onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/camera-up.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<button onclick="cameraControls.applyCameraUp()">applyCameraUp</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/click-to-set-orbit-point.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/collision-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/collision.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/combined-gestures.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
</ul>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
</select>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/cursor.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<label><input type="checkbox" onchange="cameraControls.dollyToCursor = this.checked">dolly to cursor</label>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
8 changes: 4 additions & 4 deletions examples/easing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
<button onclick="rotate0To120()">rotate 0 to 120 deg with easing in 3 sec</button><br>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
<script type="module">
import * as THREE from 'three';
import gsap from "https://unpkg.com/[email protected].2/index.js";
import gsap from "https://unpkg.com/[email protected].5/index.js";
import CameraControls from './dist/camera-controls.module.js';
CameraControls.install( { THREE: THREE } );

Expand Down
6 changes: 3 additions & 3 deletions examples/effect-shake.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<button type="button" onclick="cameraShale2.shake()">shake 3</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/event-attach.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<button onclick="cameraControls.rotate( 45 * THREE.MathUtils.DEG2RAD, 0, true )">rotate theta 45deg</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/first-person.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
</select>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
8 changes: 4 additions & 4 deletions examples/fit-and-padding.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
<button onclick="rotateTo( 'left' ), paddingInCssPixel( 100, 100, 200, 100 )">fit left side with padding in pixel( top: 100<b>px</b>, right: 100<b>px</b>, bottom: 200<b>px</b>, right: 100<b>px</b> )</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
<script type="module">
import * as THREE from 'three';
import gsap from "https://unpkg.com/[email protected].2/index.js";
import gsap from "https://unpkg.com/[email protected].5/index.js";
import CameraControls from './dist/camera-controls.module.js';
CameraControls.install( { THREE: THREE } );

Expand Down
6 changes: 3 additions & 3 deletions examples/fit-to-bounding-sphere.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<button onclick="cameraControls.reset( true )">reset</button><br>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/fit-to-rect.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<button onclick="cameraControls.reset( true )">reset</button><br>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/focal-offset.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<button onclick="cameraControls.saveState()">saveState</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/iframe-child.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</head>
<body>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/infinity-dolly.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/look-in-direction.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<button onclick="cameraControls.reset( true )">reset</button>
</div>

<script async src="https://unpkg.com/[email protected].0/dist/es-module-shims.js"></script>
<script async src="https://unpkg.com/[email protected].2/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.155.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.155.0/examples/jsm/"
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
Expand Down
Loading

0 comments on commit 2c5f9c8

Please sign in to comment.