# # ChangeLog for texture.frag in opengl-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 9:31:45 PM Sun, 10 Jun 2018 21:31:48 GMT Dmitry Portnoy [f7d35da] * color.frag (modified) * color.vert (modified) * new-game.cpp (modified) * texture.frag (modified) Add a system to keep track of which keys are pressed or held down and ... Sat, 28 Apr 2018 02:29:20 GMT Dmitry Portnoy [9dd2eb7] * color.frag (modified) * color.vert (modified) * new-game.cpp (modified) * opengl-notes.txt (modified) * texture.frag (modified) * texture.vert (modified) Implement Phong shading in the color and texture shaders Tue, 22 Aug 2017 02:36:33 GMT Dmitry Portnoy [485424b] * color.frag (moved) * color.vert (moved) * makefile (modified) * new-game.cpp (modified) * stb_image.cpp (added) * stb_image.h (added) * test.png (added) * texture.frag (added) * texture.vert (added) Add support for loading and applying texture and add a square to the ...