ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rcontrib.c
Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 03:45:52 2024 UTC (2 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.43: +2 -2 lines
Diff to previous 2.43
perf: Added some list optimization to calcomp routines

Revision 2.43 - (view) (download) (annotate) - [select for diffs]
Wed Nov 15 18:02:53 2023 UTC (5 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.42: +12 -8 lines
Diff to previous 2.42
feat(rpict,rtrace,rcontrib,rtpict): Hyperspectral rendering (except photon map)

Revision 2.42 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 22:40:21 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.41: +2 -2 lines
Diff to previous 2.41
refactor: Changed some char* args to const char* to avoid warnings

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Sun Feb 21 17:18:41 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.40: +7 -5 lines
Diff to previous 2.40
fix: repaired bug introduced in last change

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 20:06:06 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.39: +20 -18 lines
Diff to previous 2.39
feat: removed upper limit on number of modifiers in rcontrib

Revision 2.39 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 01:01:18 2020 UTC (3 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.38: +6 -5 lines
Diff to previous 2.38
fix(rcontrib): Removed pointless initial report of 0% done after 0 hours

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 00:45:01 2020 UTC (3 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.37: +2 -2 lines
Diff to previous 2.37
fix(rcontrib): Forgot EOL in report for new -t option

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 21:28:19 2020 UTC (3 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.36: +30 -3 lines
Diff to previous 2.36
feat(rcontrib,rfluxmtx): Added -t option to specify progress report interval

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 15:54:29 2020 UTC (3 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.35: +3 -1 lines
Diff to previous 2.35
fix(mkillum, rcontrib, rtrace, ranimove, rsensor): stall under macOS 10.15
due to broken flockfile() implementation -- workaround is better, anyway

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Sun Apr 7 16:39:39 2019 UTC (5 years ago) by greg
Branch: MAIN
Changes since 2.34: +2 -2 lines
Diff to previous 2.34
For consistency, reflected ray distance should be inf for diffuse surface

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 19:58:33 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.33: +2 -2 lines
Diff to previous 2.33
Added -orRxX options to rtrace for VR rendering

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 21:32:15 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.32: +2 -2 lines
Diff to previous 2.32
Cosmetic fix

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 21:23:45 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.31: +5 -3 lines
Diff to previous 2.31
Fixed bug in rcontrib with virtual sources

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 03:21:24 2018 UTC (6 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.30: +3 -3 lines
Diff to previous 2.30
Corrected default setting, which is reset anyway

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 17:52:40 2017 UTC (7 years ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.29: +2 -2 lines
Diff to previous 2.29
Reduced specular sampling threshold, which should have never been so low!

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 20:31:34 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.28: +8 -4 lines
Diff to previous 2.28
Hopeful fix to issue with rcontrib writing multiple records/pixel

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 21:11:32 2016 UTC (8 years ago) by greg
Branch: MAIN
Changes since 2.27: +5 -5 lines
Diff to previous 2.27
Future bug-proofing, should have no effect on behavior or performance

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 19:06:08 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.26: +12 -4 lines
Diff to previous 2.26
Improved error-checking for too many words in file or string

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Wed Jul 15 23:38:37 2015 UTC (8 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.25: +5 -1 lines
Diff to previous 2.25
Added check for 'void' modifier in -m or -M option

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Wed May 20 13:16:20 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.24: +1 -2 lines
Diff to previous 2.24
Fixed include dependency

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed May 20 12:58:31 2015 UTC (8 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.23: +1 -47 lines
Diff to previous 2.23
Added appropriate setting of ray parameters for bin rcontrib evaluation

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 13:18:30 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1, rad4R2P2
Changes since 2.22: +3 -2 lines
Diff to previous 2.22
Added bad bin number reporting

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 20:03:03 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.21: +29 -24 lines
Diff to previous 2.21
Fixed bug in parameter parser and added check during main arguments processing

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 18:39:35 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.20: +6 -5 lines
Diff to previous 2.20
Added more careful checking of parameter setting string

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 18:19:33 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.19: +52 -7 lines
Diff to previous 2.19
Added -p option to specify per-modifier function file parameters

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sat Jul 19 00:07:03 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.18: +5 -3 lines
Diff to previous 2.18
Silently ignore negative bin values.

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 19:41:03 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
Tweaks and fixes related to flushing with -c >1

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 15:26:52 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.16: +5 -4 lines
Diff to previous 2.16
Fixed bug in handling of -c >1 with zero vectors -- trim pass to follow

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 22:25:12 2012 UTC (11 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.15: +3 -2 lines
Diff to previous 2.15
Added missing setting of rt

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 05:07:06 2012 UTC (11 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -1 lines
Diff to previous 2.14
Added missing assignment of ray intersection normal

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 15:32:58 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.13: +10 -4 lines
Diff to previous 2.13
Added check for blocked shadow rays

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 22:03:02 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +1 -5 lines
Diff to previous 2.12
Moved source initialization

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 17:14:32 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +1 -2 lines
Diff to previous 2.11
Accommodations for Windows

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 01:27:13 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
Fixed reporting of broken pipe on completion with -c N

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 00:12:08 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +3 -3 lines
Diff to previous 2.9
Added quick-exit mode and fixed bug in recovery option with -c > 1

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 17:30:13 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -2 lines
Diff to previous 2.8
Minor fixes

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 17:09:49 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.7: +10 -12 lines
Diff to previous 2.7
Improved performance for -c 0 option

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 21:32:11 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.6: +25 -30 lines
Diff to previous 2.6
Simplified immediate irradiance call

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 00:57:40 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.5: +4 -35 lines
Diff to previous 2.5
Simplified modifier lookup

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 00:16:42 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.4: +13 -10 lines
Diff to previous 2.4
Fixed problem with recovering many files

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 17:20:44 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +6 -5 lines
Diff to previous 2.3
Further efficiency improvements

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 05:07:55 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -24 lines
Diff to previous 2.2
Fixed a number of bugs -- still testing

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 05:25:42 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +12 -6 lines
Diff to previous 2.1
Tweaks and bug fixes to new code

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 07:16:47 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Created rcontrib program (eventually to replace rtcontrib)

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to MAIN: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a