@@ -82,6 +82,8 @@ BoxHelper.prototype.update = ( function () {
position.needsUpdate = true;
+ this.geometry.computeBoundingSphere();
+
return this;
};