slowATthought
Programmer
I am trying to make a camera turn in Direct3D. Because I need to specify what point for the camera to look at, it is prooving difficult. So far, I can calculate the slope of a the line the camera is facing, then change the slope to a new line, and the recalculate the point. However, I want to change the slope by 1 degree, and I don't know how to do this. So, the question is how do take a slope and subtract/add 1 degreee?