소스 검색

add link to reference for the sample patterns.

Ben Houston 9 년 전
부모
커밋
3c8cb97f51
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      examples/js/postprocessing/MSAAPass.js

+ 2 - 0
examples/js/postprocessing/MSAAPass.js

@@ -111,6 +111,8 @@ THREE.MSAAPass.normalizedJitterOffsets = function( jitterVectors ) {
 // These jitter vectors are specified in integers because it is easier.
 // I am assuming a [-8,8] integer grid, but it needs to be mapped onto [-0.5,0.5]
 // before being used, thus these integers need to be scaled by 1/16.
+//
+// Sample patterns reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ff476218%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
 THREE.MSAAPass.JitterVectors = [
   THREE.MSAAPass.normalizedJitterOffsets( [
     [  0,  0 ]