Skip to content

Releases: LBNL-ETA/Radiance

Radiance 6.0a (2024-10-24)

24 Oct 00:52
Compare
Choose a tag to compare
Pre-release

814b611

(2024-10-24)
  • fix(rcontrib): Added a check that the number of color samples doesn't change after the first modifier is specified -Gregory J. Ward (814b611)
  • feat: Added GetHeadLen() method for efficiency -Gregory J. Ward (8e0047b)

Radiance 6.0a (2024-10-13)

13 Oct 00:50
Compare
Choose a tag to compare
Pre-release

e1dad56

(2024-10-13)
  • fix: Allow unsetting of source-ray tracing flag -Gregory J. Ward (e1dad56)
  • feat(genssky): Taoning added -L option to specify illuminance -Gregory J. Ward (93e68f5)
  • feat(genssky): Taoning added -L option to specify horiz. illuminance values -Gregory J. Ward (6a4bb3c)

Radiance 6.0a (2024-10-09)

09 Oct 17:38
Compare
Choose a tag to compare
Pre-release

8e46ca1

(2024-10-09)
  • chore: fixed test with ra_ps -Gregory J. Ward (8e46ca1)
  • refactor: Minor optimizations, simplifications, and error-checking -Gregory J. Ward (a90a612)
  • docs: Consolidated some changes for readability -Gregory J. Ward (f5ebc18)
  • fix(ra_tiff): fixed logic for color matrix on spectral input -Gregory J. Ward (633c33c)
  • feat(ra_tiff): Added conversion of hyperspectral Radiance pictures on input -Gregory J. Ward (4b1ad22)
  • feat(ra_ps): Added conversion of hyperspectral pictures on input -Gregory J. Ward (6d1141b)
  • perf(rcode2bmp): Minor optimization for ID files -Gregory J. Ward (14db287)
  • perf(rcode2bmp): Simplified handling of hyperspectral pictures -Gregory J. Ward (a9c67fe)

Radiance 6.0a (2024-10-03)

03 Oct 00:50
Compare
Choose a tag to compare
Pre-release

6dae997

(2024-10-03)
  • feat(normtiff): Added ability to ingest hyperspectral radiance pictures -Gregory J. Ward (6dae997)
  • perf(ra_xyze): sped up conversion from hyperspectral by a factor of 4 or so -Gregory J. Ward (a94931b)
  • feat(ra_xyze): added accurate conversion of hyperspectral pictures on input -Gregory J. Ward (eb33151)

Radiance 6.0a (2024-09-22)

22 Sep 00:48
Compare
Choose a tag to compare
Pre-release

8c3478a

(2024-09-22)
  • feat(pextrem): Added handling of hyperspectral pictures -Gregory J. Ward (8c3478a)

Radiance 6.0a (2024-09-20)

20 Sep 00:50
Compare
Choose a tag to compare
Pre-release

1ab184f

(2024-09-20)
  • fix(rtrace,rpict,rvu,rcontrib): David G-M found overestimation bug in BSDF's -Gregory J. Ward (1ab184f)
  • chore: Added extern "C" to headers to avoid C++ name mangling -Gregory J. Ward (bb9f533)
  • perf(rxpiece): Improved flushing and cleanup operations -Gregory J. Ward (af83fdf)
  • feat(rxpiece): Additional error diagnostics -Gregory J. Ward (4fe68e0)
  • fix(rxpiece): forgot to increment tile finished counter -Gregory J. Ward (f1230fb)
  • fix(rxpiece): Was trying to fix pixel aspect ratio and complaining -Gregory J. Ward (244eedb)
  • feat(rxpiece): Added new rxpiece tiled rendering tool -Gregory J. Ward (551c26a)
  • feat(rxpiece): Initial working version of rxpiece C++ tiling renderer -Gregory J. Ward (74fec72)
  • fix(pvalue): Fixed issue with -r -h -b combo -Gregory J. Ward (aebe8e1)
  • refactor: Changed name of GetHeader() to GetHeadStr() -Gregory J. Ward (3268f64)
  • feat: Added method to get a specific string from header -Gregory J. Ward (91ef36f)
  • refactor: Changed too-generic symbol names in calcomp.h -Gregory J. Ward (4c88975)
  • chore(genssky,gensdaymtx): Added -pthread to compile line for atmos.o -Gregory J. Ward (1c4633a)

Radiance 6.0a (2024-09-15)

15 Sep 00:50
Compare
Choose a tag to compare
Pre-release

3ad014d

(2024-09-15)
  • feat(rpiece): Added TGRID= line giving tiling -Gregory J. Ward (3ad014d)

Radiance 6.0a (2024-09-12)

12 Sep 20:13
Compare
Choose a tag to compare
Pre-release

7abe439

(2024-09-12)
  • fix(pvalue): Don't output NCOMP line in header if including pixel coords -Gregory J. Ward (7abe439)
  • feat(pcond,pvalue): Added hyperspectral input handling -Gregory J. Ward (bb2162e)
  • perf: simpler method for converting SCOLR -> COLR also faster -Gregory J. Ward (aeda72d)
  • feat(ra_bmp,ra_rgbe,ximage): Added quick conversion of spectral inputs to RGB -Gregory J. Ward (8aae9ff)
  • fix: Thanks to Peter A-B for spotting errors caused by FRELEQ() -Gregory J. Ward (e86b3c2)
  • fix(robjutil): Avoid spurious count of duplicate faces -Gregory J. Ward (b04f6ed)

Radiance 6.0a (2024-09-01)

01 Sep 00:50
Compare
Choose a tag to compare
Pre-release

938fd65

(2024-09-01)
  • fix(rxpict): Allow out-of-visible rendering -Gregory J. Ward (938fd65)
  • perf(rxpict): Further improvements to sampling pattern -Gregory J. Ward (4deb3aa)
  • perf(rxpict): Minor improvement -- still needs work on sampling -Gregory J. Ward (62221a3)
  • fix(rxtrace,rxpict): Failed to initialize RAY rmax setting! -Gregory J. Ward (367ce4e)

Radiance 6.0a (2024-08-25)

25 Aug 00:48
Compare
Choose a tag to compare
Pre-release

11bc717

(2024-08-25)
  • chore: Added RCS tags to files -Gregory J. Ward (11bc717)
  • perf(rxpict): Improved quincunx sampling code -- still needs work -Gregory J. Ward (b66d632)
  • refactor: Added scblack and changed cblack and cwhite to global const arrays -Gregory J. Ward (691e71c)
  • perf(rxpict): Minor optimization calling getbinary() rather than read() -Gregory J. Ward (4d84ec3)
  • refactor(rxpict): Made NewOutput() and ReopenOutput() more consistent -Gregory J. Ward (086ed20)
  • refactor(rxpict): Made picture/depth file opening public methods -Gregory J. Ward (43ee5f2)
  • refactor: moved memory sharing routines to preload.c with common call interface -Gregory J. Ward (8d3d9e2)