# # ChangeLog for shaders/ship.vert in opengl-game # # Generated by Trac 1.5.4 # Sep 19, 2024, 1:19:54 AM Fri, 17 Apr 2020 03:09:05 GMT Dmitry Portnoy [6385d0f] * shaders/asteroid.frag (modified) * shaders/asteroid.vert (modified) * shaders/scene.vert (modified) * shaders/ship.frag (modified) * shaders/ship.vert (modified) Change all shaders to have 3-space indentation Thu, 19 Dec 2019 16:37:03 GMT Dmitry Portnoy [a79be34] * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Finish copying the ship pipeline to VulkanGame Wed, 18 Dec 2019 02:48:28 GMT Dmitry Portnoy [60578ce] * makefile (modified) * scene-notes.txt (modified) * shaders/ship.frag (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) In VulkanGame, make lighting work correctly in the ship shader with ... Fri, 06 Dec 2019 04:21:54 GMT Dmitry Portnoy [7c929fc] * scene-notes.txt (modified) * shaders/ship.frag (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) In VulkanGame, make lighting work correctly in the ship shader before ... Thu, 05 Dec 2019 17:48:59 GMT Dmitry Portnoy [2b40f48] * graphics-pipeline_vulkan.hpp (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) Merge branch 'master' into hotfix/ship-shader-lights Thu, 05 Dec 2019 17:45:47 GMT Dmitry Portnoy [cf727ca] * graphics-pipeline_vulkan.hpp (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) In VulkanGame, add an objectIndex vertex attribute to the ship shader ... Thu, 05 Dec 2019 16:08:17 GMT Dmitry Portnoy [785333b] * shaders/ship.frag (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) Setup debug environment for ship shader lighting Wed, 04 Dec 2019 21:33:43 GMT Dmitry Portnoy [055750a] * graphics-pipeline_vulkan.hpp (modified) * shaders/scene.frag (modified) * shaders/scene.vert (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) * vulkan-utils.hpp (modified) In VulkanGame, use SSBOs in the ship and scene shaders to store per- ... Wed, 27 Nov 2019 18:39:18 GMT Dmitry Portnoy [e1308e8] * shaders/ship.frag (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) In VulkanGame, add normals to the ship pipeline and get lighting to work Fri, 22 Nov 2019 20:51:26 GMT Dmitry Portnoy [aa00bf2] * shaders/ship.frag (modified) * shaders/ship.vert (modified) Re-enable some of the logic to render lights in the ship shader for ... Fri, 22 Nov 2019 18:27:13 GMT Dmitry Portnoy [8e02b6b] * shaders/ship.frag (modified) * shaders/ship.vert (modified) * vulkan-game.cpp (modified) * vulkan-game.hpp (modified) * vulkan-utils.hpp (modified) To move to a more generic way of updating the scene, rename ... Wed, 20 Nov 2019 03:50:31 GMT Dmitry Portnoy [1908591] * OpenGLReference.vcxproj (modified) * VulkanGame.vcxproj (modified) * shaders/ship.frag (added) * shaders/ship.vert (added) Update the OpenGLReference project to include the shaders that were ...