|
gKit2 light
|
dessiner une cubemap a l'infini. More...
#include <stdio.h>#include "window.h"#include "vec.h"#include "mat.h"#include "program.h"#include "uniforms.h"#include "texture.h"#include "mesh.h"#include "wavefront.h"#include "orbiter.h"#include "image_io.h"Go to the source code of this file.
Functions | |
| int | init () |
| int | quit () |
| int | draw () |
| int | main (int argc, char **argv) |
Variables | |
| GLuint | program |
| GLuint | program_cubemap |
| GLuint | texture |
| GLuint | vao |
| GLuint | vao_null |
| GLuint | vertex_buffer |
| GLuint | normal_buffer |
| int | vertex_count |
| Orbiter | camera |
dessiner une cubemap a l'infini.
Definition in file tuto5GL_cubemap.cpp.