--------------- EXPECTED PROGRESS --------------- * HUD design and implementation. --------------- ACTUAL PROGRESS --------------- * Fixed bug in Particle Emitter code. Prior calculations for emit direction/spread function were incorrect and produced unintuitive behavior. Fixed by doing calculations in polar/spherical cooridinates. * Researched web for information on HUD design. Learned interface of James' billboard code. * Implementated basic HUD framework. Added very boring "Health/Damage" bar. --------------- SNAGS --------------- N/A --------------- PLANS --------------- * Improve HUD design (i.e. interface, aesthetics, etc...). Add more HUD components (i.e. radar). * Maybe work on particle effects.