소스 검색

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 + ")" );