Browse Source

BufferGeometry dynamic to true by default.

Mr.doob 12 years ago
parent
commit
b015c544c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/BufferGeometry.js

+ 1 - 1
src/core/BufferGeometry.js

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