Cewein / nerv_pathtracer

a pathtracer with physically based rendering in mind
MIT License
27 stars 1 forks source link

Raytracer doesn't have throughput setup #16

Closed Cewein closed 2 years ago

Cewein commented 2 years ago

Yes, still on it even after two years

Since now have far more experience than 2 years ago many things pop to my eyes. One is the lack of throughput of the raytracer.

This should be look into, throughput is the ability to know when a ray output color or not (i.e when energy is released or not )

This can be tackle with two variables.