This was my final assignment for my real-time graphics module at university. In this application I have implemented reflections with cubemaps and FXAA in OpenGL 3.3+ and have optimized the rendering through the use of stencil guarding and have implemented … Continue reading
In my latest assignment for my final year Real-Time Graphics course we had to write a paper discussing physically based shading and reflection mapping in a deferred rendering context. Our target audience was someone who is already comfortable with basic … Continue reading
For this assignment I had to use Direct3D 10 and author HLSL shaders to render a scene with Lighting. We were given a basic C++/Direct3D 10 application (no pipeline) and geometry/material was provided through a delegate object. I also implemented … Continue reading