I followed a course in Graphics Programming where I learned OpenGL and the basics of Graphics Programming. For this course I learned how to draw models, write shaders, apply different kinds of textures and much more. Everything I’ve learned will greatly benefit my career since I now know a lot better what is happening under the hood, and I can communicate much more efficiently with colleague graphics engineers.
For the end assignment I wanted to create something with a retro feel to it. So I decided to write a PSX shader. In this shader I tried to mimmick the look and feel of the PSX by applying texture warping and the jitter effect in the vertex shader.