提交 8ea959eb 编写于 作者: M Mr.doob

Updated builds.

上级 fc279eac
......@@ -21886,6 +21886,7 @@
if ( isAnimating ) return;
( vr.getDevice() || window ).requestAnimationFrame( loop );
isAnimating = true;
}
......@@ -43341,7 +43342,7 @@
set: function ( value ) {
console.warn( 'THREE.' + this.type + ': .shading has been removed. Use the boolean .flatShading instead.' );
this.flatShading = ( value === THREE.FlatShading ) ? true : false;
this.flatShading = ( value === FlatShading );
}
}
......
此差异已折叠。
......@@ -21880,6 +21880,7 @@ function WebGLRenderer( parameters ) {
if ( isAnimating ) return;
( vr.getDevice() || window ).requestAnimationFrame( loop );
isAnimating = true;
}
......@@ -43335,7 +43336,7 @@ Object.defineProperties( Material.prototype, {
set: function ( value ) {
console.warn( 'THREE.' + this.type + ': .shading has been removed. Use the boolean .flatShading instead.' );
this.flatShading = ( value === THREE.FlatShading ) ? true : false;
this.flatShading = ( value === FlatShading );
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册