dungeon_crawler

diff prototype/src/light.h @ 60:aa86119e3295

added multipass deferred
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Sep 2012 06:19:37 +0300
parents f3030df27110
children d89b403f630b
line diff
     1.1 --- a/prototype/src/light.h	Fri Sep 21 05:28:45 2012 +0300
     1.2 +++ b/prototype/src/light.h	Tue Sep 25 06:19:37 2012 +0300
     1.3 @@ -36,6 +36,8 @@
     1.4  	float atten[3];
     1.5  	float radius;
     1.6  
     1.7 +	static unsigned int sph_vbo;
     1.8 +
     1.9  	bool create_mesh();
    1.10  
    1.11  public: