GLUT documentation...

Started by
3 comments, last by Marty666 21 years, 1 month ago
OpenGL.org seems to give the glut specification up to glut 32... Later versions are not included. Is there some good ducumentation for glut 37? Thanx, Marty.
_____ /____ /|| | || MtY | ||_____|/Marty
Advertisement
http://www.xmission.com/~nate/glut.html

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
This site only has links to opengl.org''s documentation

Thanx anyways,
Marty
_____ /____ /|| | || MtY | ||_____|/Marty
Go to http://flex.ee.uec.ac.jp/texi/glut/ and grab the manual pages for the commands which are not in *your* docs.

That should be :
glutEnterGameMode
glutForceJoystickFunc
glutGameModeGet
glutGameModeString
glutIgnoreKeyRepeat
glutJoystickFunc
glutKeyboardUpFunc
glutSetKeyRepeat
glutSpecialUpFunc

And the following have been updated :
glutDeviceGet
glutGet
glutSolidTeapot

The man pages on the PyOpenGL website http://pyopengl.sourceforge.net/documentation/manual/reference-GLUT.html may look better.

Edit: Source - a search on google for two of the functions in 3.7

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]

[edited by - Fruny on March 17, 2003 6:30:38 AM]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Thanx!
_____ /____ /|| | || MtY | ||_____|/Marty

This topic is closed to new replies.

Advertisement