iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
114 stars 32 forks source link

Light sources #165

Open dany-on-demand opened 9 years ago

dany-on-demand commented 9 years ago

The engine should support light sources at some point. Needs #166

iamgreaser commented 9 years ago

It should support shaders first.

iamgreaser commented 9 years ago

Yes, that's right, this is all OpenGL 1.1 + GL_ARB_vertex_buffer_object. Thus, we have no shaders.

I'll be fine with adding GL 2.1 shaders, but will need to work out the best approach for it, and will also have to stab people who make shaders that only works on their GPU.