This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*------------------------------------------------------------------+ | |
| | | | |
| | This program will draw a 3D cylinder using OpenGL 2.1 API | | |
| | | | |
| | Language: C89 strict | | |
| | Compiler: GNU GCC 4.8.3 | | |
| | | | |
| | Tested on Fedora 19 64-bit and Windows 7 64-bit, | | |
| | both works with no errors and no warnings :) | | |
| | | |