We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f8853 commit 90d2cddCopy full SHA for 90d2cdd
src/animation/AnimationMixer.js
@@ -48,6 +48,12 @@ class AnimationMixer extends EventDispatcher {
48
*/
49
this.timeScale = 1.0;
50
51
+ if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
52
+
53
+ __THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
54
55
+ }
56
57
}
58
59
_bindAction( action, prototypeAction ) {
src/loaders/Loader.js
@@ -61,6 +61,12 @@ class Loader {
61
62
this.requestHeader = {};
63
64
65
66
67
68
69
70
71
72
/**
0 commit comments