Browse Source

return this

sunag 8 years ago
parent
commit
dacc776cfd
1 changed files with 2 additions and 0 deletions
  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.min.set( minX, minY, minZ );
 		this.max.set( maxX, maxY, maxZ );
 		this.max.set( maxX, maxY, maxZ );
 
 
+		return this;
+
 	},
 	},
 
 
 	setFromPoints: function ( points ) {
 	setFromPoints: function ( points ) {