Category: Dev log

  • Steam deck, light effects

    Steam deck, light effects

    Steam deck For a future game I want to use the Steam Deck as a reference for the minimum performance specs. I would like for the game to run at stable 60fps on it, and without hearing the fan (so limiting watts). Best case scenario would be 60 fps in high graphics mode, but even…

    Continue Reading

  • Normal map, real time lighting

    Normal map, real time lighting

    Lighting in Alien Blitz In Alien Blitz static lights were calculated on the CPU into an array, the values were then stored into the terrain mesh in vertex properties.The vertex shader was reading these values and forwarding them to the fragment shader for rendering. Dynamic lights on the other side where saved into a texture,…

    Continue Reading