adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

43 light manager #132

Closed adi64 closed 9 years ago

adi64 commented 9 years ago

Implement LightManager, adapt shaders to use up to 8 light sources.

Only ambient and directional lights are implemented for now.

ref #43 Create Light Manager class

Fidge123 commented 9 years ago

sadly doesnt work on android because to_string isnt available :-1:

implement it yourself using stringstreams

also dont use to_string 6 times per frame for the same value

Fidge123 commented 9 years ago

work on all devices now, but there are performance issues on iPad and possibly on all mobile devices

adi64 commented 9 years ago

:neckbeard: :+1:

Fidge123 commented 9 years ago

:shipit: