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