dungeon_crawler

diff prototype/src/tile.h @ 21:0588f8a1a351

converting LIGHT meshes to lights
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 21 Aug 2012 06:33:36 +0300
parents e5567ddbf2ef
children fa8f89d06f6f
line diff
     1.1 --- a/prototype/src/tile.h	Tue Aug 21 04:57:33 2012 +0300
     1.2 +++ b/prototype/src/tile.h	Tue Aug 21 06:33:36 2012 +0300
     1.3 @@ -22,7 +22,7 @@
     1.4  	TileSet *tset;
     1.5  
     1.6  	std::vector<Mesh*> meshes;
     1.7 -	std::vector<unsigned int> mesh_side;
     1.8 +	std::vector<unsigned int> mesh_side, light_side;
     1.9  	std::vector<Light*> lights;
    1.10  
    1.11  	int load_lights(const aiScene *scn);