Browse Source

return this

sunag 8 years ago
parent
commit
3282d1e549
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/math/Box3.js

+ 1 - 0
src/math/Box3.js

@@ -57,6 +57,7 @@ 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;
 	},
 	},
 
 
 	setFromBufferAttribute: function ( attribute ) {
 	setFromBufferAttribute: function ( attribute ) {