提交 19c93dd1 编写于 作者: M Mr.doob

Object3D: clone renderOrder. Fixes #6425.

上级 14499009
......@@ -679,6 +679,7 @@ THREE.Object3D.prototype = {
object.receiveShadow = this.receiveShadow;
object.frustumCulled = this.frustumCulled;
object.renderOrder = this.renderOrder;
object.userData = JSON.parse( JSON.stringify( this.userData ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册