Shai Ghelberg пре 5 година
родитељ
комит
f0d9f27193
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/BufferGeometry.js

+ 1 - 1
src/core/BufferGeometry.js

@@ -891,7 +891,7 @@ BufferGeometry.prototype = Object.assign( Object.create( EventDispatcher.prototy
 
 
 			var array = attribute.array;
 			var array = attribute.array;
 			var itemSize = attribute.itemSize;
 			var itemSize = attribute.itemSize;
-			var normalized = attribute.normalized === true;
+			var normalized = attribute.normalized;
 
 
 			var array2 = new array.constructor( indices.length * itemSize );
 			var array2 = new array.constructor( indices.length * itemSize );
 
 

粤ICP备19079148号