From ba98b1e9ebb782d24f972834c1ec3c9a3d8cd6db Mon Sep 17 00:00:00 2001 From: Emmanuel Benoit Date: Sun, 1 Oct 2017 10:23:23 +0200 Subject: [PATCH] TODO list --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..974b50c --- /dev/null +++ b/TODO @@ -0,0 +1,18 @@ +Rendering: +* Enhanced sphere tracing +* Improved light sources +* PBR +* Secondary rays +* Shadows + +Post-processing: +* Depth of Field +* Chromatic aberration +* Lens dirt + +Technical: +* Profiling +* GLSL with includes +* GLSL constants generator +* Common handling for parameters +* Curves for value control