We now have shadows properly working, I accidentally tried to clear frame buffers before I had bound them. I also added in some code to update all the model matrices every frame, so now all the models show changes in rotation/scale/transformation appropriately. The issues with materials was resolved by updating the dungeon models to use the correct shared material.
Related Posts
A Complete Game?
December 17, 2023
Since my last post, I have added: Since the player can now defeat enemies, lose, and restart, this is technically now a game. There may be no sound, but it......
Many Enemies
December 10, 2023
Since last post I fixed the rendering having blown out diffuse/specular textures, optimized some of the rendering and compute shaders, and added: I added a new model for enemies, and......
Procedural Map Loading
November 25, 2023
I have recently completed a few important things on the bullet hell game. The player now has a nicer model, a suit of armor, and the floor is now a......
Leave a Comment