Where could I find command list?
BlitzMax Forums/OpenGL Module/Where could I find command list?| 
 | ||
| Hi all, Where could I find the command list of opengl in blitzmax? (eg. glColor3f,glVertex3f,glLoadIdentity) Thanks in advance | 
| 
 | ||
| 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. | 
| 
 | ||
| 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. | 
| 
 | ||
| here: http://www.blitzbasic.com/Community/posts.php?topic=68844 | 
| 
 | ||
| Thank you, BeAnAge, ImaginaryHuman and Zeke. |