@@ -56,6 +56,8 @@ Object.assign( BufferAttribute.prototype, {
this.count = array !== undefined ? array.length / this.itemSize : 0;
this.array = array;
+ return this;
+
},
setDynamic: function ( value ) {