@@ -13,7 +13,7 @@ THREE.BufferGeometry = function () {
// attributes typed arrays are kept only if dynamic flag is set
- this.dynamic = false;
+ this.dynamic = true;
// offsets for chunks when using indexed elements