Volumetric Fog

When light travels through fog it scatters in random directions. Read about how I simulated this in my custom built game engine.

SSAO

SSAO gives all 3D-objects in a scene a relationship with each other, creating depth and realism.

Game Engine

During my second year at TGA my team and I built our own game engine in C++ using DirectX 11