A simple terrain demo with vertex lighting, texture blending, and specular lighting on the block. This was coded in c++ using the DirectX 10 API.
The demo was created to test my math library. Currently my math library supports Matricies of various dimensions, vectors of various dimensions, Euler angles, and planes, I plan on adding Quaternions next.