update todo and bounces
This commit is contained in:
parent
c6ccf6f14b
commit
51b0fd69e8
|
@ -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;
|
||||
|
|
19
todo.md
19
todo.md
|
@ -7,18 +7,21 @@
|
|||
* [x] pass uniforms to shader to animate it
|
||||
* [x] pass structed uniform buffers
|
||||
* [-] ray tracing time
|
||||
* [x] perspective
|
||||
* [x] camera lookat
|
||||
* [x] do a bounce
|
||||
* [ ] do a 'flect
|
||||
* [ ] do a 'fract
|
||||
* [-] depth
|
||||
* [x] acquire value
|
||||
* [x] acquire randomness
|
||||
* [-] light
|
||||
* [x] perspective
|
||||
* [x] camera lookat
|
||||
* [x] do a bounce
|
||||
* [ ] do a 'flect
|
||||
* [ ] do a 'fract
|
||||
* [ ] 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
|
||||
|
|
Loading…
Reference in New Issue