Isometric settings

BlitzMax Forums/BlitzMax OpenGL Programming/Isometric settings

Hi Guys

Would someone be so kind as to tell me what settings I'd need in openGL to give the items being viewed an isometric appearance?

Thanks

glOrtho() should do the trick.
I dont remember the arguments for it but you can google for them.

ta very much