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

View file

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