@@ -57,6 +57,7 @@ Box3.prototype = {
this.min.set( minX, minY, minZ );
this.max.set( maxX, maxY, maxZ );
+ return this;
},
setFromBufferAttribute: function ( attribute ) {