//***********************************************************************//
// //
// - "Talk to me like a 3 year old!" Programming Lessons - //
// //
// $Author: DigiBen DigiBen@GameTutorials.com //
// //
// $Program: Height Map //
// //
// $Description: This shows how render a height map from a file. //
// //
//***********************************************************************//
#include "main.h"
#include "Camera.h"
// We increased the speed a bit from the Camera Strafing Tutorial
// This is how fast our camera moves
#define kSpeed 100.0f