I have create my own NSOpenGLView class, right now the data that i want to displayed with an inverted co-ordinate system.
The origin starts at the bottom-left corner. I would like to change it so that the co-ordinate starts at the top-left corner.
How should I inverted the view/setup a new co-ordinate system.