#include "main.h"
Include dependency graph for main.cpp:
Functions | |
void | init (void) |
void | renderSphere (GLfloat x, GLfloat y, GLfloat z) |
void | display (void) |
void | reshape (int w, int h) |
void | glutSpecialKeyboard (int key, int x, int y) |
void | glutSpecialKeyboardUp (int key, int x, int y) |
void | glutKeyboard (unsigned char key, int x, int y) |
void | glutKeyboardUp (unsigned char key, int x, int y) |
void | glutMouse (int button, int state, int x, int y) |
void | glutMotion (int x, int y) |
void | glutIdleFunc () |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|