Isometric settings

BlitzMax Forums/OpenGL Module/Isometric settings

supermeerkat(Posted 2005) [#1]
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


deps(Posted 2005) [#2]
glOrtho() should do the trick.
I dont remember the arguments for it but you can google for them.


supermeerkat(Posted 2005) [#3]
ta very much