浏览代码

added link to example

Charlie 11 年之前
父节点
当前提交
b6a788b340
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/js/shaders/TechnicolorShader.js

+ 2 - 2
examples/js/shaders/TechnicolorShader.js

@@ -3,8 +3,8 @@
  *
  *
  * Technicolor Shader
  * Technicolor Shader
  * Simulates the look of the two-strip technicolor process popular in early 20th century films.
  * Simulates the look of the two-strip technicolor process popular in early 20th century films.
- * More info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm
- * 
+ * More historical info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm
+ * Demo here: http://charliehoey.com/technicolor_shader/shader_test.html
  */
  */
 
 
 THREE.TechnicolorShader = {
 THREE.TechnicolorShader = {