sphore 0.0.1
SPH openGL rendering engine

src/render.c File Reference

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)

Detailed Description

Code for performing the rendering.


Function Documentation

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  )
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines