The triangle examples from class: (Slides posted soon)
- One Triangle (JSBin) (simpler version in JSBin)
- Two Triangles (JSBin)
- Two Triangles, Different Colors (JSBin)
- Two Triangles, Different Colors, Spinning (JSBin)
- Two Triangles, Different Colors, Spinning, TWGL (JSBin)
The Shaders From Class (in shdr.bkcore): (Slides posted soon)
- Yellow (shdr)
- Yellow Diffuse (shdr)
- Vertex Colors (shdr)
- Right side of screen (shdr)
- Stripes (shdr)
- Checkers (shdr)
- Siren (shdr)
Yusef’s Shaders (building up from somethng simple)
- http://goo.gl/9pvMqz
- http://goo.gl/ZYYjzl
- http://goo.gl/bjpX56
- http://goo.gl/9yvVYT
- http://goo.gl/RhRgeC
Sifakis’ Amazing Shader
Other references discussed:
- Built in variables reference
- reference card
- Reading Assignment 5 (full of good info)