hi
at now i use gluPerspective for calculating projection matrix but at now i use OGL 3.2 and i want to calculate it manually.
i read some articles about it and i try to implement, but i dosnt get any result.
1. how can i calculate a projection matrix and save it in a float array
2. which is faster: ModelViewMatrix * ProjectionMatrix on gpu
or calculating this on cpu



