ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rcmain.c
Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 16:41:17 2024 UTC (3 weeks, 2 days ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.35: +5 -3 lines
Diff to previous 2.35
feat(rpict,rtrace,rcontrib): Added OutputCS to features list

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 00:28:54 2024 UTC (3 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.34: +2 -3 lines
Diff to previous 2.34
fix(rcontrib, rpict, rvu): Better check for spectral sampling

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 01:31:08 2024 UTC (3 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.33: +5 -1 lines
Diff to previous 2.33
fix(rpict,rvu,rcontrib): Fixed luminance estimate during spectral rendering

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Fri Nov 17 20:02:07 2023 UTC (5 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.32: +6 -28 lines
Diff to previous 2.32
fix: multiple bug fixes in hyperspectral code, added rvu, mkillum, rsensor, and ranimove to "working except photon map" status

Revision 2.32 - (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.31: +31 -9 lines
Diff to previous 2.31
feat(rpict,rtrace,rcontrib,rtpict): Hyperspectral rendering (except photon map)

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 00:46:56 2023 UTC (8 months, 2 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.30: +5 -3 lines
Diff to previous 2.30
fix(rtrace,rcontrib): Added i/o format options to features list

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 15:00:11 2023 UTC (12 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.29: +2 -2 lines
Diff to previous 2.29
fix(rcontrib): Bug in new code to maximize open file descriptor limit

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 16:17:11 2023 UTC (14 months ago) by greg
Branch: MAIN
Changes since 2.28: +1 -3 lines
Diff to previous 2.28
fix: Stray #if statement

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 18:25:36 2023 UTC (14 months ago) by greg
Branch: MAIN
Changes since 2.27: +6 -2 lines
Diff to previous 2.27
perf(rcontrib): Increased open file limit under Windows (check for crashes?)

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

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 20:37:06 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.25: +2 -2 lines
Diff to previous 2.25
fix: Actually, need to allow -features to have arguments

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 20:34:17 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.24: +2 -2 lines
Diff to previous 2.24
fix: fixed crash when executed with no arguments

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 17:18:32 2022 UTC (18 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.23: +5 -3 lines
Diff to previous 2.23
feat(rpict,rtrace,rcontrib): Added Output= list to -features

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 23:10:34 2022 UTC (18 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.22: +3 -3 lines
Diff to previous 2.22
fix(rcontrib): removed AdaptiveShadowTesting from feature list (didn't belong)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 21:25:20 2022 UTC (18 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.21: +15 -1 lines
Diff to previous 2.21
feat(rpict,rtrace,rcontrib): Added -features option to check for method support

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 16:00:56 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
fix: Renamed setcontext() to calcontext() to avoid obscure macOS naming conflict

Revision 2.20 - (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.19: +4 -3 lines
Diff to previous 2.19
feat: removed upper limit on number of modifiers in rcontrib

Revision 2.19 - (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.18: +7 -1 lines
Diff to previous 2.18
feat(rcontrib,rfluxmtx): Added -t option to specify progress report interval

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 19:43:43 2018 UTC (6 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2, rad5R3
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
Changed context names to avoid collision with user-specified .cal file names

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 23:31:34 2017 UTC (6 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.16: +4 -1 lines
Diff to previous 2.16
Increased the limit on open files in rcontrib from 512 to 2048 under Windows

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 03:00:06 2016 UTC (7 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.15: +2 -2 lines
Diff to previous 2.15
Added missing -c option in usage message

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 18:25:46 2016 UTC (8 years, 1 month ago) by schorsch
Branch: MAIN
Changes since 2.14: +10 -10 lines
Diff to previous 2.14
newer C++ compilers have a standard type named "bool". rename macro to get rid of warnings.

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 19:39:27 2015 UTC (9 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.13: +13 -2 lines
Diff to previous 2.13
Initial check-in of photon map addition by Roland Schregle

Revision 2.13 - (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, rad4R2P1, rad4R2P2
Changes since 2.12: +2 -2 lines
Diff to previous 2.12
Fixed bug in parameter parser and added check during main arguments processing

Revision 2.12 - (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.11: +9 -4 lines
Diff to previous 2.11
Added -p option to specify per-modifier function file parameters

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 11 13:48:48 2013 UTC (10 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.10: +3 -1 lines
Diff to previous 2.10
Added missing check for missing modifier

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 05:10:09 2013 UTC (10 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.9: +2 -3 lines
Diff to previous 2.9
Eliminated a number of minor warnings (all innocuous)

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sat Aug 11 01:41:35 2012 UTC (11 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -2 lines
Diff to previous 2.8
Shortened context name to "RC" from "RCONTRIB"

Revision 2.8 - (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.7: +1 -3 lines
Diff to previous 2.7
Added check for blocked shadow rays

Revision 2.7 - (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.6: +3 -2 lines
Diff to previous 2.6
Moved source initialization

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 21:58:45 2012 UTC (11 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.5: +2 -1 lines
Diff to previous 2.5
More portability fixes (missing headers)

Revision 2.5 - (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.4: +1 -3 lines
Diff to previous 2.4
Accommodations for Windows

Revision 2.4 - (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.3: +3 -3 lines
Diff to previous 2.3
Simplified modifier lookup

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 -1 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: +3 -10 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