#include "libfreenect.h"#include "libfreenect_sync.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <GL/glut.h>
Go to the source code of this file.
Functions | |
| void | DrawGLScene () |
| void | InitGL (int Width, int Height) |
| void | keyPressed (unsigned char key, int x, int y) |
| void | LoadRGBMatrix () |
| void | LoadVertexMatrix () |
| int | main (int argc, char **argv) |
| void | mouseMoved (int x, int y) |
| void | mousePress (int button, int state, int x, int y) |
| void | no_kinect_quit (void) |
| void | ReSizeGLScene (int Width, int Height) |
Variables | |
| int | color = 1 |
| GLuint | gl_rgb_tex |
| int | mx =-1 |
| int | my =-1 |
| int | rotangles [2] = {0} |
| int | window |
| float | zoom = 1 |
| void DrawGLScene | ( | ) |
Definition at line 110 of file glpclview.c.
| void InitGL | ( | int | Width, |
| int | Height | ||
| ) |
Definition at line 195 of file glpclview.c.
| void keyPressed | ( | unsigned char | key, |
| int | x, | ||
| int | y | ||
| ) |
Definition at line 171 of file glpclview.c.
| void LoadRGBMatrix | ( | ) |
Definition at line 71 of file glpclview.c.
| void LoadVertexMatrix | ( | ) |
Definition at line 51 of file glpclview.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 206 of file glpclview.c.
| void mouseMoved | ( | int | x, |
| int | y | ||
| ) |
Definition at line 82 of file glpclview.c.
| void mousePress | ( | int | button, |
| int | state, | ||
| int | x, | ||
| int | y | ||
| ) |
Definition at line 92 of file glpclview.c.
| void no_kinect_quit | ( | void | ) |
Definition at line 104 of file glpclview.c.
| void ReSizeGLScene | ( | int | Width, |
| int | Height | ||
| ) |
Definition at line 186 of file glpclview.c.
| int color = 1 |
Definition at line 46 of file glpclview.c.
| GLuint gl_rgb_tex |
Definition at line 42 of file glpclview.c.
| int mx =-1 |
Definition at line 43 of file glpclview.c.
| int my =-1 |
Definition at line 43 of file glpclview.c.
| int rotangles[2] = {0} |
Definition at line 44 of file glpclview.c.
| int window |
Definition at line 41 of file glpclview.c.
| float zoom = 1 |
Definition at line 45 of file glpclview.c.