1. 20 2月, 2021 2 次提交
    • M
      Update from book source. · 09ea972a
      Matt Pharr 提交于
      - Minor changes to how hash values are computed for scrambling in the
      ZSobolSampler.
      - Folded util/bits.h into util/math.h.
      09ea972a
    • M
      Update from book source. · 47be4663
      Matt Pharr 提交于
      No functional changes, save for ZSobolSampler following the other
      Sobol Samplers and only warning but not enforcing a pow2 sample
      count.
      47be4663
  2. 19 2月, 2021 1 次提交
    • M
      Update from book source. · 08418214
      Matt Pharr 提交于
      Renamed RandomSampler -> IndependentSampler and thus, now it's
      "independent" in scene description files rather than "random" to choose
      that one.
      
      Includes various other minor changes that don't affect functionality.
      08418214
  3. 18 2月, 2021 8 次提交
  4. 17 2月, 2021 3 次提交
  5. 16 2月, 2021 2 次提交
  6. 15 2月, 2021 3 次提交
  7. 13 2月, 2021 2 次提交
  8. 12 2月, 2021 4 次提交
  9. 11 2月, 2021 4 次提交
  10. 10 2月, 2021 2 次提交
  11. 09 2月, 2021 1 次提交
  12. 08 2月, 2021 5 次提交
  13. 30 1月, 2021 1 次提交
    • M
      Update from book source. · ecad49ea
      Matt Pharr 提交于
      Multiple (mostly minor) changes:
      
      - Time is removed from the ray weight computed by the RealisticCamera
        (it's handled by the PixelSensor).
      - The "fnumber" and "c" parameters have been removed from the
        PixelSensor's parameters.
      - The 683 scale has been removed from both the PixelSensor imaging ratio
        and from SpectrumToPhotometric() (so a no-op, mathematically.)
      - Bugfix: Medium implementations keep a separate scalar scale for their
        emission, which is now normalized like regular light sources. This will
        cause image differences.
      
        diffs for scenes with volumetric emission.
      ecad49ea
  14. 29 1月, 2021 2 次提交