gKit2 light
|
#include <stdio.h>
#include "window.h"
#include "vec.h"
#include "mat.h"
#include "program.h"
#include "uniforms.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 | texture |
GLuint | vao |
GLuint | vertex_buffer |
GLuint | texcoord_buffer |
int | vertex_count |
Orbiter | camera |