D3D11 - Graphics Engine Class Project

Voxel art of a question mark

About

This is a basic graphics engine developed throughout a semester as an assignment for a graphics programming class.

Voxel art of a map

Recent Development

Post-Process Effects

The following post-process effects were added with their repective sliders:

Post-process effects demonstration Code Sample

Shadow Mapping

The main directional light has shadow mapping enabled. Shadow mapping demonstration Code Sample

Physically-Based Rendering

The lighting equations used in the main shaders take a number of textures to define the properties of a surface.