Hi!
I am a very beginner in programming OpenGL applications.
The problem is that how to change the default coordinate system. The default is
(-1,1;1,-1) as I suppose.
But I want
(-8;8;8;-8).
How to change the default coordinate system?
And one more thing: why can't I use glVertex2d function? glVertex3f and glVertex2i functions work just fine. Maybe you know where is the trick.
Thanks, bye!



