Browse Source

return this

sunag 8 năm trước cách đây
mục cha
commit
dacc776cfd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/math/Box3.js

+ 2 - 0
src/math/Box3.js

@@ -90,6 +90,8 @@ Box3.prototype = {
 		this.min.set( minX, minY, minZ );
 		this.max.set( maxX, maxY, maxZ );
 
+		return this;
+
 	},
 
 	setFromPoints: function ( points ) {