Todo list updated

This commit is contained in:
Emmanuel BENOîT 2017-10-05 08:48:09 +02:00
parent 2bbf14d827
commit d5d56b094c
2 changed files with 4 additions and 1 deletions

4
TODO
View file

@ -1,4 +1,5 @@
Rendering:
* "Fog"
* Improved light sources
* Secondary rays
* Shadows
@ -6,8 +7,11 @@ Rendering:
Post-processing:
* Chromatic aberration
* Lens dirt
* Color grading, exposure
Technical:
* Display intermediary buffers
* UI overhaul
* Use uniform buffers
* GLSL constants generator
* Common handling for parameters

View file

@ -6,7 +6,6 @@
#include "profiling.hh"
#include "window.hh"
#include "shaders.hh"
// FIXME ^^
/*= T_Main ===================================================================*/