|
@@ -16,6 +16,12 @@ function Scene() {
|
|
|
|
|
|
this.autoUpdate = true; // checked by the renderer
|
|
this.autoUpdate = true; // checked by the renderer
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ if ( typeof __THREE_DEVTOOLS__ !== undefined ) {
|
|
|
|
+ __THREE_DEVTOOLS__.dispatchEvent( { type: 'scene', value: this } );
|
|
|
|
+ }
|
|
|
|
+ */
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
Scene.prototype = Object.assign( Object.create( Object3D.prototype ), {
|
|
Scene.prototype = Object.assign( Object.create( Object3D.prototype ), {
|