mitsuba icon indicating copy to clipboard operation
mitsuba copied to clipboard

Fixes to `gridvolume` plugin

Open diiigle opened this issue 7 years ago • 0 comments

gridvolume

  • configure was not called from the default constructor
  • the sine/cosine lookup tables were wrongly filled on the last element. (used in UInt8 data representation)
  • the quantizedDirections data format requires only 2 channels

mtsutil

  • add a utility class, that can generate constant-valued gridvolume files
  • Fix a typo in an error message of test cases

diiigle avatar Dec 05 '17 12:12 diiigle