Few days ago, in my 2nd PGD Challenge entry. Something didn't worked. And if I changed it, it didn't change. The problem was that I didn't call the procedure that I was working on, but I was working hours..

Also, I wrote something like this in the OpenGL initialization procedure:
Code:
        glFrustum (-1 * fVw / fVw, 1 * fVw / fVw, -1, 1, fNear, fFar);
Can you see it? I didn't in 5 days...