Преглед на файлове

Updated examples builds.

Mr.doob преди 3 години
родител
ревизия
7987ab9fa1
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      examples/js/loaders/GLTFLoader.js

+ 0 - 3
examples/js/loaders/GLTFLoader.js

@@ -1643,9 +1643,6 @@
 
 	}
 
-	GLTFCubicSplineInterpolant.prototype.beforeStart_ = GLTFCubicSplineInterpolant.prototype.copySampleValue_;
-	GLTFCubicSplineInterpolant.prototype.afterEnd_ = GLTFCubicSplineInterpolant.prototype.copySampleValue_;
-
 	GLTFCubicSplineInterpolant.prototype.interpolate_ = function ( i1, t0, t, t1 ) {
 
 		const result = this.resultBuffer;