瀏覽代碼

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;