Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hybrix

Pages: [1]
1
Graphics / Functions to flip images ?
« on: August 25, 2007, 07:15:18 pm »
Hi (Sorry for my english :s ),

Look

Code: [Select]

    gluOrtho2D(  0,  1024, 768, 0);


If you're function is :

Code: [Select]

    gluOrtho2D(  0,  1024, 0, 768);


The image is flip on the Y axis.

This :
Code: [Select]

    gluOrtho2D( 1024,  0, 768, 0);

The image is flip on the X axis.

It's just a idea  :roll:  .

Pages: [1]
anything