提交 83eefab7 编写于 作者: M Mr.doob

SkeletonHelper: Reverted call removal. .boundingSphere gets computed before...

SkeletonHelper: Reverted call removal. .boundingSphere gets computed before onBeforeRender() gets called.
上级 89994d55
......@@ -54,6 +54,8 @@ function SkeletonHelper( object ) {
this.matrix = object.matrixWorld;
this.matrixAutoUpdate = false;
this.onBeforeRender();
}
SkeletonHelper.prototype = Object.create( LineSegments.prototype );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册