浏览代码

Update RGBShiftShader.js

Michael Herzog 2 年之前
父节点
当前提交
f22aae7b6b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/jsm/shaders/RGBShiftShader.js

+ 2 - 2
examples/jsm/shaders/RGBShiftShader.js

@@ -1,8 +1,8 @@
 /**
 /**
  * RGB Shift Shader
  * RGB Shift Shader
  * Shifts red and blue channels from center in opposite directions
  * Shifts red and blue channels from center in opposite directions
- * Ported from http://kriss.cx/tom/2009/05/rgb-shift/
- * by Tom Butterworth / http://kriss.cx/tom/
+ * Ported from https://web.archive.org/web/20090820185047/http://kriss.cx/tom/2009/05/rgb-shift/
+ * by Tom Butterworth / https://web.archive.org/web/20090810054752/http://kriss.cx/tom/
  *
  *
  * amount: shift distance (1 is width of input)
  * amount: shift distance (1 is width of input)
  * angle: shift angle in radians
  * angle: shift angle in radians