update todo and bounces

This commit is contained in:
ktyl 2021-10-29 12:37:59 +01:00
parent c6ccf6f14b
commit 51b0fd69e8
2 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
const float INF = 50.0;
const float PI = 3.14159;
const float E = 2.71828;
const int BOUNCES = 4;
const int BOUNCES = 3;

View File

@ -7,18 +7,21 @@
* [x] pass uniforms to shader to animate it
* [x] pass structed uniform buffers
* [-] ray tracing time
* [-] light
* [x] perspective
* [x] camera lookat
* [x] do a bounce
* [ ] do a 'flect
* [ ] do a 'fract
* [-] depth
* [x] acquire value
* [x] acquire randomness
* [ ] depth of field
* [ ] emission
* [ ] wavelength-based instead of rgb?
* [-] acceleration time !
* [x] acquire randomness
* [-] auxiliary textures
* [x] depth buffer
* [ ] frame blending
* [ ] use pixel object tags to determine balance between trace
* [ ] maybe do some fractals
* [ ] mandelbrot
* [ ] julia