#include <string.h>
#include <GL/glui.h>
Functions | |
| void | myGlutIdle (void) |
| void | myGlutReshape (int x, int y) |
| void | myGlutDisplay (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | wireframe = 0 |
| int | segments = 8 |
| int | main_window |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void myGlutDisplay | ( | void | ) |
| void myGlutIdle | ( | void | ) |
| void myGlutReshape | ( | int | x, | |
| int | y | |||
| ) |
| int main_window |
| int segments = 8 |
| int wireframe = 0 |
These are the live variables passed into GLUI
1.5.5