Mr.doob 4 лет назад
Родитель
Сommit
83846996c9
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      build/three.js
  2. 0 0
      build/three.min.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -18769,7 +18769,7 @@
 			}
 
 			const array = new this.array.constructor(data.arrayBuffers[this.array.buffer._uuid]);
-			const ib = new InterleavedBuffer(array, this.stride);
+			const ib = new this.constructor(array, this.stride);
 			ib.setUsage(this.usage);
 			return ib;
 		}

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -25565,7 +25565,7 @@ class InterleavedBuffer {
 
 		const array = new this.array.constructor( data.arrayBuffers[ this.array.buffer._uuid ] );
 
-		const ib = new InterleavedBuffer( array, this.stride );
+		const ib = new this.constructor( array, this.stride );
 		ib.setUsage( this.usage );
 
 		return ib;

Некоторые файлы не были показаны из-за большого количества измененных файлов