提交 6c3d6107 编写于 作者: M Mr.doob

Updated builds.

上级 cdf7a288
......@@ -6129,11 +6129,9 @@
this.autoUpdate = true; // checked by the renderer
/*
if ( typeof __THREE_DEVTOOLS__ !== undefined ) {
__THREE_DEVTOOLS__.dispatchEvent( { type: 'scene', value: this } );
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
}
*/
}
......@@ -25569,11 +25567,9 @@
};
/*
if ( typeof __THREE_DEVTOOLS__ !== undefined ) {
__THREE_DEVTOOLS__.dispatchEvent( { type: 'renderer', value: this } );
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
}
*/
}
此差异已折叠。
......@@ -6123,11 +6123,9 @@ function Scene() {
this.autoUpdate = true; // checked by the renderer
/*
if ( typeof __THREE_DEVTOOLS__ !== undefined ) {
__THREE_DEVTOOLS__.dispatchEvent( { type: 'scene', value: this } );
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
}
*/
}
......@@ -25563,11 +25561,9 @@ function WebGLRenderer( parameters ) {
};
/*
if ( typeof __THREE_DEVTOOLS__ !== undefined ) {
__THREE_DEVTOOLS__.dispatchEvent( { type: 'renderer', value: this } );
if ( typeof __THREE_DEVTOOLS__ !== 'undefined' ) {
__THREE_DEVTOOLS__.dispatchEvent( new CustomEvent( 'observe', { detail: this } ) );
}
*/
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册