Todo list updated
This commit is contained in:
parent
2bbf14d827
commit
d5d56b094c
2 changed files with 4 additions and 1 deletions
4
TODO
4
TODO
|
@ -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
|
||||||
|
|
1
main.cc
1
main.cc
|
@ -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 ===================================================================*/
|
||||||
|
|
Loading…
Reference in a new issue