-
Hi Chad, I have just finished CHapter 5, and i wanted to cement my knowledge alittle on how im creating various matrices that you have shown. Take for example this bit of code: Matrix rotationMatrix; Matrix .CreateRotationY( MathHelper .ToRadians(_cameraYaw), out rotationMatrix); I have debugged the...