nonl4331 / raytracing-rust

2 stars 0 forks source link

Implement importance sampling for NoHit #1

Closed nonl4331 closed 1 year ago

nonl4331 commented 2 years ago

Description Currently, only Primitives are able to be importance sampled. Also being able to sample NoHit which often is a source of lighting would help scenes converge faster.

Tasks

nonl4331 commented 2 years ago