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:
|
||||
* "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
|
||||
|
|
1
main.cc
1
main.cc
|
@ -6,7 +6,6 @@
|
|||
#include "profiling.hh"
|
||||
#include "window.hh"
|
||||
#include "shaders.hh"
|
||||
// FIXME ^^
|
||||
|
||||
|
||||
/*= T_Main ===================================================================*/
|
||||
|
|
Loading…
Reference in a new issue