| sphore 0.0.1 SPH openGL rendering engine | 
Code for performing the rendering. More...
#include <stdlib.h>#include <GL/gl.h>#include <GL/glut.h>#include "settings.h"#include "data-points.h"#include "data-lines.h"#include "data-column-int.h"#include "shaders.h"#include "kernel.h"| Functions | |
| void | draw_axis () | 
| void | render_init (void) | 
| Initialise stuff for the rendering. | |
| void | render (void) | 
| Renders all the stuff. | |
| void | render_points_end (void) | 
Code for performing the rendering.
| void draw_axis | ( | ) | 
| void render | ( | void | ) | 
Renders all the stuff.
| void render_init | ( | void | ) | 
Initialise stuff for the rendering.
Should be a corrisponding function to clean up...
| void render_points_end | ( | void | ) |