Add in VAOs and remove default pipeline calls like glRotated and glScaled.
- OK for light ball to be drawn with default pipeline
- All objects need a VAO
- object.cpp needs default pipeline removed and additions for VAO's
- Camera is highly dependent on pipeline functions and likely needs updating
Add in VAOs and remove default pipeline calls like glRotated and glScaled.