|
gKit2 light
|
dessiner un objet texture More...
#include <stdio.h>#include "window.h"#include "mesh.h"#include "wavefront.h"#include "texture.h"#include "orbiter.h"#include "draw.h"#include "app_camera.h"Go to the source code of this file.
Functions | |
| int | init () |
| int | draw () |
| int | quit () |
| int | main (int argc, char **argv) |
Variables | |
| Mesh | objet |
| GLuint | texture |
| Orbiter | camera |
dessiner un objet texture
Definition in file tuto6.cpp.
| int init | ( | ) |
Definition at line 23 of file tuto6.cpp.
| int draw | ( | void | ) |
Definition at line 57 of file tuto6.cpp.
| int quit | ( | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 85 of file tuto6.cpp.