Where could I find command list?

BlitzMax Forums/OpenGL Module/Where could I find command list?

Happy Sammy(Posted 2010) [#1]
Hi all,

Where could I find the command list of opengl in blitzmax?
(eg. glColor3f,glVertex3f,glLoadIdentity)

Thanks in advance


beanage(Posted 2010) [#2]
The BlitzMax OpenGL implementation provides all regulary OpenGL commands up to at least OGL 1.1. To getting a complete command reference, you may consider reading the Red Book for a serious attempt on learning OpenGL.


ImaginaryHuman(Posted 2010) [#3]
Somewhere on these forums someone posted a complete GL 1.1 replacement file which included documentation so that when you press F1 twice it'd take you to a proper OpenGL manual within the IDE.


Zeke(Posted 2010) [#4]
here: http://www.blitzbasic.com/Community/posts.php?topic=68844


Happy Sammy(Posted 2010) [#5]
Thank you, BeAnAge, ImaginaryHuman and Zeke.