瀏覽代碼

mention optimization technique.

Ben Houston 10 年之前
父節點
當前提交
d0dc293c26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/animation/PropertyBinding.js

+ 1 - 1
src/animation/PropertyBinding.js

@@ -59,7 +59,7 @@ THREE.PropertyBinding.prototype = {
 
 	apply: function() {
 
-		// for speed capture the setter pattern as a closure.
+		// for speed capture the setter pattern as a closure (sort of a memoization pattern: https://en.wikipedia.org/wiki/Memoization)
 		if( ! this.internalApply ) {
 
 			 //console.log( "PropertyBinding.set( " + value + ")" );