Photon-v2 icon indicating copy to clipboard operation
Photon-v2 copied to clipboard

Improve the architecture and implementations of emitters

Open TzuChieh opened this issue 6 years ago • 2 comments

  • cleaner cooking process
  • better handling rotation and different uv mapping for background emitter
  • able to rotate IES light modulators

TzuChieh avatar Jan 27 '19 11:01 TzuChieh

  • 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?".

TzuChieh avatar Feb 07 '24 12:02 TzuChieh

  • [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

TzuChieh avatar Feb 18 '24 21:02 TzuChieh