提交 cd2e2493 编写于 作者: D dubejf

Fix error in BoxHelper with non-geometric object

上级 a73fb6ed
......@@ -28,6 +28,8 @@ THREE.BoxHelper.prototype.update = ( function () {
box.setFromObject( object );
if ( box.empty() ) return;
var min = box.min;
var max = box.max;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册