Shaders.txt 386 B

123456789101112131415161718
  1. :Title:
  2. Shaders
  3. :Demonstrates:
  4. Using vertex and fragment shaders on OpenGL
  5. :ShortDescription:
  6. Shows a balloon and allows the user to change the shaders used.
  7. :FullDescription:
  8. Shows a balloon rendered with a vertex and fragment shader.
  9. The user can change the shaders used by pressing left and right keys.
  10. :VGP:
  11. Not Required
  12. :Polygon Count:
  13. 1947
  14. :Vertex Count:
  15. 1228