dungeon_crawler

diff prototype/src/light.h @ 77:d89b403f630b

added gamma correction (without dialing the lighting down yet) fixed the incorrect PointLight sphere radius
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 26 Oct 2012 03:03:52 +0300
parents aa86119e3295
children
line diff
     1.1 --- a/prototype/src/light.h	Tue Oct 23 14:57:08 2012 +0300
     1.2 +++ b/prototype/src/light.h	Fri Oct 26 03:03:52 2012 +0300
     1.3 @@ -37,6 +37,7 @@
     1.4  	float radius;
     1.5  
     1.6  	static unsigned int sph_vbo;
     1.7 +	static int subdiv;
     1.8  
     1.9  	bool create_mesh();
    1.10