@needle-tools/three 0.169.20-experimental.0 → 0.169.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/three.cjs CHANGED
@@ -6,7 +6,7 @@
6
6
  'use strict';
7
7
 
8
8
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
9
- const REVISION = '169.19';
9
+ const REVISION = '169.20';
10
10
 
11
11
  const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
12
12
  const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
@@ -44344,6 +44344,12 @@ class Loader {
44344
44344
  this.resourcePath = '';
44345
44345
  this.requestHeader = {};
44346
44346
 
44347
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
44348
+
44349
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
44350
+
44351
+ }
44352
+
44347
44353
  }
44348
44354
 
44349
44355
  load( /* url, onLoad, onProgress, onError */ ) {}
@@ -51052,6 +51058,12 @@ class AnimationMixer extends EventDispatcher {
51052
51058
  this.time = 0;
51053
51059
  this.timeScale = 1.0;
51054
51060
 
51061
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
51062
+
51063
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
51064
+
51065
+ }
51066
+
51055
51067
  }
51056
51068
 
51057
51069
  _bindAction( action, prototypeAction ) {
@@ -3,7 +3,7 @@
3
3
  * Copyright 2010-2024 Three.js Authors
4
4
  * SPDX-License-Identifier: MIT
5
5
  */
6
- const REVISION = '169.19';
6
+ const REVISION = '169.20';
7
7
 
8
8
  const MOUSE = { LEFT: 0, MIDDLE: 1, RIGHT: 2, ROTATE: 0, DOLLY: 1, PAN: 2 };
9
9
  const TOUCH = { ROTATE: 0, PAN: 1, DOLLY_PAN: 2, DOLLY_ROTATE: 3 };
@@ -44341,6 +44341,12 @@ class Loader {
44341
44341
  this.resourcePath = '';
44342
44342
  this.requestHeader = {};
44343
44343
 
44344
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
44345
+
44346
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
44347
+
44348
+ }
44349
+
44344
44350
  }
44345
44351
 
44346
44352
  load( /* url, onLoad, onProgress, onError */ ) {}
@@ -51049,6 +51055,12 @@ class AnimationMixer extends EventDispatcher {
51049
51055
  this.time = 0;
51050
51056
  this.timeScale = 1.0;
51051
51057
 
51058
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
51059
+
51060
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
51061
+
51062
+ }
51063
+
51052
51064
  }
51053
51065
 
51054
51066
  _bindAction( action, prototypeAction ) {