2
0
Эх сурвалжийг харах

BufferGeometry dynamic to true by default.

Mr.doob 12 жил өмнө
parent
commit
b015c544c7

+ 1 - 1
src/core/BufferGeometry.js

@@ -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