dungeon_crawler

diff prototype/src/light.h @ 38:862461b686f4

start work on particle systems
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 29 Aug 2012 03:22:36 +0300
parents fa8f89d06f6f
children f3030df27110
line diff
     1.1 --- a/prototype/src/light.h	Wed Aug 29 01:04:01 2012 +0300
     1.2 +++ b/prototype/src/light.h	Wed Aug 29 03:22:36 2012 +0300
     1.3 @@ -8,6 +8,8 @@
     1.4  	float intensity;
     1.5  	Color color;
     1.6  
     1.7 +	float flicker_offset;
     1.8 +
     1.9  	// VBO for rendering the light source
    1.10  	unsigned int vbo;
    1.11  	unsigned int num_faces;