11.12.2013, 17:11
Quote:
haha, good job )
did you opened matrix mathematics to direct mathematics? |
Quote:
this is example of world to screen projection:
https://www.youtube.com/watch?v=E7nDgCleeWU and script: http://pastebin.com/YQjzqD5G with wide screen settings |
First I wanted to let it work over angles but well I got a problem with representing it on the screen
Wordering about
pawn Код:
new Float:fPitch = acos(fCamLookAt[2]) + 270.0; // shouldn't that be asin ?
// five lines after
fPitch = 0.0;