kabrit
12-24-2001, 02:52 PM
How do I change the orientation of the x and y coordinates.
for a 2d window?
normally
gluOrtho2D (0, windowWidth, 0, windowHeight);
reversed use
gluOrtho2D (windowWidth, 0, windowHeight, 0);
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.