Photon-v2
Photon-v2 copied to clipboard
Improve the architecture and implementations of emitters
- cleaner cooking process
- better handling rotation and different uv mapping for background emitter
- able to rotate IES light modulators
- How do we test for sidedness agreement on emitters?
- [ ] Emitter implementations should test for sidedness on their own. They should be the one answering "Can I emit in this direction?", "Can I sample this point?".
- [x] Using new query scheme for
DirectEnergySampleQuery
- [x] Add
DirectEnergySamplePdfQuery
- [ ]
EmitterSampler
should be in charge of sampling from group of emitters.Scene
provides helper methods only. - [x] Add render test for environment map