ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rtmain.c
Revision 2.52 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 16:43:33 2024 UTC (3 weeks, 2 days ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.51: +2 -2 lines
Diff to previous 2.51
fix: Added missing eol escape for Windows

Revision 2.51 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 16:41:17 2024 UTC (3 weeks, 2 days ago) by greg
Branch: MAIN
Changes since 2.50: +4 -2 lines
Diff to previous 2.50
feat(rpict,rtrace,rcontrib): Added OutputCS to features list

Revision 2.50 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 18:33:53 2023 UTC (4 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.49: +7 -1 lines
Diff to previous 2.49
fix(rtrace): bug for float spectral output

Revision 2.49 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 17:21:59 2023 UTC (4 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.48: +13 -10 lines
Diff to previous 2.48
fix(rtrace): made spectral settings interaction more robust

Revision 2.48 - (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.47: +10 -27 lines
Diff to previous 2.47
fix: multiple bug fixes in hyperspectral code, added rvu, mkillum, rsensor, and ranimove to "working except photon map" status

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

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 01:19:37 2023 UTC (8 months, 2 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.45: +3 -1 lines
Diff to previous 2.45
fix(rcontrib): Removed participating media from rcontrib -features

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

Revision 2.44 - (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.43: +3 -4 lines
Diff to previous 2.43
refactor: Changed some char* args to const char* to avoid warnings

Revision 2.43 - (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.42: +2 -2 lines
Diff to previous 2.42
fix: Actually, need to allow -features to have arguments

Revision 2.42 - (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.41: +2 -2 lines
Diff to previous 2.41
fix: fixed crash when executed with no arguments

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:55:09 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.40: +3 -2 lines
Diff to previous 2.40
fix: Paired savqstr() and freeqstr() calls for octname

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

Revision 2.39 - (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.38: +5 -3 lines
Diff to previous 2.38
fix(rcontrib): removed AdaptiveShadowTesting from feature list (didn't belong)

Revision 2.38 - (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.37: +16 -3 lines
Diff to previous 2.37
feat(rpict,rtrace,rcontrib): Added -features option to check for method support

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 18:07:50 2022 UTC (18 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.36: +2 -2 lines
Diff to previous 2.36
fix(rtrace): corrected defaults reporting with tilde

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 15:28:18 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.35: +2 -2 lines
Diff to previous 2.35
style: indentation

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 03:02:15 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.34: +4 -2 lines
Diff to previous 2.34
fix(rpict): Bug in header output with -o option

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Wed Apr 8 00:57:39 2020 UTC (4 years ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.33: +3 -9 lines
Diff to previous 2.33
Removed superfluous warnings

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Mon Apr 6 21:09:07 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.32: +4 -3 lines
Diff to previous 2.32
Fixes and improvements from last change, making ray-casting faster

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Mon Apr 6 04:10:44 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.31: +12 -7 lines
Diff to previous 2.31
Made start-up much faster when only doing ray-casting

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Sun Apr 5 15:47:02 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.30: +6 -2 lines
Diff to previous 2.30
Added NCOMP= to header and better checking of -o* options

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 20:07:20 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.29: +3 -1 lines
Diff to previous 2.29
Added BigEndian= line to binary header output

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 23:58:22 2019 UTC (5 years ago) by greg
Branch: MAIN
Changes since 2.28: +1 -5 lines
Diff to previous 2.28
Made settings consistent with claims of matching rtrace and added missing rand_samp

Revision 2.28 - (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.27: +5 -1 lines
Diff to previous 2.27
Added -orRxX options to rtrace for VR rendering

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
CVS Tags: rad5R1, rad5R2
Changes since 2.26: +3 -3 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]
Thu Mar 10 18:25:46 2016 UTC (8 years, 1 month ago) by schorsch
Branch: MAIN
Changes since 2.25: +7 -7 lines
Diff to previous 2.25
newer C++ compilers have a standard type named "bool". rename macro to get rid of warnings.

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Thu Apr 23 20:29:14 2015 UTC (9 years ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.24: +2 -1 lines
Diff to previous 2.24
Added missing external declaration

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Thu Apr 23 17:42:04 2015 UTC (9 years ago) by greg
Branch: MAIN
Changes since 2.23: +2 -2 lines
Diff to previous 2.23
Fixed assignment of octname and removed redundant call to ray_init_pmap()

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

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

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 15:51:15 2010 UTC (13 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.20: +4 -3 lines
Diff to previous 2.20
Added checknorm() macro to avoid normalization errors with gcc --fast-math

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 19:39:51 2009 UTC (14 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.19: +2 -1 lines
Diff to previous 2.19
Reset default -u+ setting

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 19:13:04 2009 UTC (14 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.18: +2 -6 lines
Diff to previous 2.18
Eliminated restriction with -n and -I in rtrace

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 19:01:00 2009 UTC (14 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.17: +54 -17 lines
Diff to previous 2.17
Added -n option to rtrace and moved quit() funciton out of raypcalls

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 22 20:52:56 2009 UTC (14 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.16: +1 -2 lines
Diff to previous 2.16
Bug fix in -P option implementation

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 18:06:29 2008 UTC (16 years ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.15: +3 -3 lines
Diff to previous 2.15
Modified rtcontrib -c option to accumulate a specified number of rays

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 20:02:11 2007 UTC (16 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.14: +3 -2 lines
Diff to previous 2.14
Added ambient pre-synchronization in parallel persist mode

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 06:22:57 2006 UTC (18 years ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.13: +8 -3 lines
Diff to previous 2.13
Made -u+ option truly random

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Sun Feb 5 22:22:20 2006 UTC (18 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.12: +3 -2 lines
Diff to previous 2.12
Added -V option to rtcontrib and -oV option to rtrace to report contributions

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 15:36:52 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.11: +2 -2 lines
Diff to previous 2.11
Added seeding of random number generator with -u+ rendering option

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 04:47:27 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -5 lines
Diff to previous 2.10
Added binary i/o options to total and piped output to rtcontrib

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed May 25 04:44:26 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.9: +11 -5 lines
Diff to previous 2.9
Created rtcontrib program for computing ray contributions and coefficients

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years, 1 month ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.8: +23 -23 lines
Diff to previous 2.8
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 19:19:28 2003 UTC (20 years, 6 months ago) by schorsch
Branch: MAIN
Changes since 2.7: +5 -5 lines
Diff to previous 2.7
Various platform compatibility fixes.

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:30 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.6: +2 -4 lines
Diff to previous 2.6
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:12 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.5: +4 -1 lines
Diff to previous 2.5
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.4: +9 -1 lines
Diff to previous 2.4
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.3: +8 -11 lines
Diff to previous 2.3
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +2 -2 lines
Diff to previous 2.2
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:23 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.1: +1 -56 lines
Diff to previous 2.1
Replaced inline copyright notice with #include "copyright.h"

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

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