ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rtrace.c
Revision 2.112 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 01:21:34 2024 UTC (4 months, 1 week ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.111: +8 -8 lines
Diff to previous 2.111 , to selected 1.14
perf(rtrace): minor optimization

Revision 2.111 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 18:54:42 2023 UTC (5 months ago) by greg
Branch: MAIN
Changes since 2.110: +2 -7 lines
Diff to previous 2.110 , to selected 1.14
fix(rtrace): Fixed spectral output for -om option

Revision 2.110 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 18:33:53 2023 UTC (5 months ago) by greg
Branch: MAIN
Changes since 2.109: +5 -5 lines
Diff to previous 2.109 , to selected 1.14
fix(rtrace): bug for float spectral output

Revision 2.109 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 16:24:06 2023 UTC (5 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.108: +3 -3 lines
Diff to previous 2.108 , to selected 1.14
syle: fixed compiler warning

Revision 2.108 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 16:21:58 2023 UTC (5 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.107: +3 -1 lines
Diff to previous 2.107 , to selected 1.14
fix(rtrace): added check for -f?c output and 1-channel sensitivity function

Revision 2.107 - (view) (download) (annotate) - [select for diffs]
Wed Nov 15 18:02:53 2023 UTC (5 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.106: +85 -33 lines
Diff to previous 2.106 , to selected 1.14
feat(rpict,rtrace,rcontrib,rtpict): Hyperspectral rendering (except photon map)

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

Revision 2.105 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:45:23 2023 UTC (15 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.104: +2 -2 lines
Diff to previous 2.104 , to selected 1.14
refactor: made "castonly" variable accessible outside rtrace

Revision 2.104 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 15:13:42 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.103: +6 -4 lines
Diff to previous 2.103 , to selected 1.14
fix(rtrace): Restored original silence during virtual source pretests

Revision 2.103 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 15:40:33 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.102: +12 -12 lines
Diff to previous 2.102 , to selected 1.14
fix(rtrace): Fixed segmentation violation introduced in 2.93 (Apr 2020)

Revision 2.102 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 16:31:35 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.101: +16 -13 lines
Diff to previous 2.101 , to selected 1.14
fix(rtrace): restored tracing to sources with -oT option

Revision 2.101 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 22:06:00 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.100: +6 -5 lines
Diff to previous 2.100 , to selected 1.14
fix: minor issue with rayorigin() called before direction set

Revision 2.100 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 00:00:05 2021 UTC (3 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.99: +15 -17 lines
Diff to previous 2.99 , to selected 1.14
fix: better consistency with infinite rays returning origin instead of (0,0,0)

Revision 2.99 - (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.98: +4 -2 lines
Diff to previous 2.98 , to selected 1.14
fix(mkillum, rcontrib, rtrace, ranimove, rsensor): stall under macOS 10.15
due to broken flockfile() implementation -- workaround is better, anyway

Revision 2.98 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 17:58:11 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.97: +1 -2 lines
Diff to previous 2.97 , to selected 1.14
Backed out last change, which actually made things worse

Revision 2.97 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 20:27:42 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.96: +2 -2 lines
Diff to previous 2.96 , to selected 1.14
Changed so batch optimization only happens if no flush interval

Revision 2.96 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 15:44:04 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.95: +2 -1 lines
Diff to previous 2.95 , to selected 1.14
Optimize rtrace for throughput, especially with ambient cache

Revision 2.95 - (view) (download) (annotate) - [select for diffs]
Thu May 7 17:13:08 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.94: +1 -2 lines
Diff to previous 2.94 , to selected 1.14
Removed superfluous declaration

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

Revision 2.93 - (view) (download) (annotate) - [select for diffs]
Mon Apr 6 04:10:44 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.92: +2 -2 lines
Diff to previous 2.92 , to selected 1.14
Made start-up much faster when only doing ray-casting

Revision 2.92 - (view) (download) (annotate) - [select for diffs]
Sun Apr 5 23:01:34 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.91: +23 -4 lines
Diff to previous 2.91 , to selected 1.14
Added better check to see if input is from a pipe or not

Revision 2.91 - (view) (download) (annotate) - [select for diffs]
Sun Apr 5 15:47:02 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.90: +40 -11 lines
Diff to previous 2.90 , to selected 1.14
Added NCOMP= to header and better checking of -o* options

Revision 2.90 - (view) (download) (annotate) - [select for diffs]
Sat Apr 4 15:38:52 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.89: +2 -2 lines
Diff to previous 2.89 , to selected 1.14
Turn off multiprocessing with -oT* and -ot* options

Revision 2.89 - (view) (download) (annotate) - [select for diffs]
Fri Apr 3 17:06:16 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.88: +85 -16 lines
Diff to previous 2.88 , to selected 1.14
Added input ray queue for more efficient batch processing

Revision 2.88 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 17:19:18 2020 UTC (4 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.87: +4 -4 lines
Diff to previous 2.87 , to selected 1.14
Added precautionary testing when checking for FHUGE

Revision 2.87 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 01:23:31 2020 UTC (4 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.86: +5 -5 lines
Diff to previous 2.86 , to selected 1.14
Undid last change, which introduced a bug!

Revision 2.86 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 19:39:32 2020 UTC (4 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.85: +6 -6 lines
Diff to previous 2.85 , to selected 1.14
Minor simplification to last change - should not affect results

Revision 2.85 - (view) (download) (annotate) - [select for diffs]
Sun Mar 1 05:38:22 2020 UTC (4 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.84: +4 -5 lines
Diff to previous 2.84 , to selected 1.14
Slightly improved flushing logic

Revision 2.84 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 22:33:02 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.83: +1 -2 lines
Diff to previous 2.83 , to selected 1.14
Took out redundant setting

Revision 2.83 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 16:59:19 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.82: +9 -3 lines
Diff to previous 2.82 , to selected 1.14
Avoid bug where -onN and -oNn output different information

Revision 2.82 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 16:50:54 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.81: +4 -3 lines
Diff to previous 2.81 , to selected 1.14
Keep track of ray flips so rayreorient() can put it back as it was

Revision 2.81 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 01:25:07 2019 UTC (4 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.80: +12 -10 lines
Diff to previous 2.80 , to selected 1.14
More warnings and correction because -oW and -oV are useless options

Revision 2.80 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 01:06:35 2019 UTC (4 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.79: +27 -16 lines
Diff to previous 2.79 , to selected 1.14
Made -f?c RGBE output compatible with any of 'vVWrx' options and added warning

Revision 2.79 - (view) (download) (annotate) - [select for diffs]
Mon May 6 16:49:38 2019 UTC (5 years ago) by greg
Branch: MAIN
Changes since 2.78: +9 -5 lines
Diff to previous 2.78 , to selected 1.14
Check that number of processes does not exceed flush interval

Revision 2.78 - (view) (download) (annotate) - [select for diffs]
Sat May 4 23:10:32 2019 UTC (5 years ago) by greg
Branch: MAIN
Changes since 2.77: +8 -5 lines
Diff to previous 2.77 , to selected 1.14
Removed unnecessary clear + made multiple zero directions -> single flush

Revision 2.77 - (view) (download) (annotate) - [select for diffs]
Sat May 4 13:48:06 2019 UTC (5 years ago) by greg
Branch: MAIN
Changes since 2.76: +3 -5 lines
Diff to previous 2.76 , to selected 1.14
Made rtrace a little more robust when reporting bogus ray values

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

Revision 2.75 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 16:33:36 2019 UTC (5 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.74: +3 -3 lines
Diff to previous 2.74 , to selected 1.14
Added missing initialization for rmt and rxt

Revision 2.74 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 00:16:31 2019 UTC (5 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.73: +4 -4 lines
Diff to previous 2.73 , to selected 1.14
Made rtrace a little more efficient under Windows if -n > 1

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

Revision 2.72 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 00:54:07 2018 UTC (5 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.71: +2 -1 lines
Diff to previous 2.71 , to selected 1.14
Moved findmaterial() from source.c to initotypes.c

Revision 2.71 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 20:27:19 2018 UTC (6 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.70: +3 -3 lines
Diff to previous 2.70 , to selected 1.14
Improved error message

Revision 2.70 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 00:52:48 2016 UTC (7 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.69: +3 -3 lines
Diff to previous 2.69 , to selected 1.14
Switched over to more efficient fread/fwrite replacements getbinary/putbinary

Revision 2.69 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 22:38:34 2016 UTC (8 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.68: +8 -8 lines
Diff to previous 2.68 , to selected 1.14
Switched to more efficient i/o for small vectors

Revision 2.68 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 20:27:23 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.67: +15 -2 lines
Diff to previous 2.67 , to selected 1.14
Made reading of vectors more consistent with FVFORMAT macro

Revision 2.67 - (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.66: +6 -2 lines
Diff to previous 2.66 , to selected 1.14
Added check for blocked shadow rays

Revision 2.66 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 07:16:47 2012 UTC (11 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.65: +2 -2 lines
Diff to previous 2.65 , to selected 1.14
Created rcontrib program (eventually to replace rtcontrib)

Revision 2.65 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 00:14:26 2011 UTC (13 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.64: +54 -59 lines
Diff to previous 2.64 , to selected 1.14
Improved output efficiency by reducing number of calls to fwrite()

Revision 2.64 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 15:49:39 2010 UTC (13 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.63: +4 -3 lines
Diff to previous 2.63 , to selected 1.14
Eliminated flushing with -x >1 if -y also set to improve -n performance

Revision 2.63 - (view) (download) (annotate) - [select for diffs]
Wed Dec 16 03:30:50 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.62: +6 -5 lines
Diff to previous 2.62 , to selected 1.14
Bug fix for zero-direction rays with multiprocessing

Revision 2.62 - (view) (download) (annotate) - [select for diffs]
Mon Dec 14 07:31:37 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.61: +5 -2 lines
Diff to previous 2.61 , to selected 1.14
Precautionary change to rayirrad()

Revision 2.61 - (view) (download) (annotate) - [select for diffs]
Mon Dec 14 04:49:16 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.60: +2 -1 lines
Diff to previous 2.60 , to selected 1.14
Important bug fix in -I calculation

Revision 2.60 - (view) (download) (annotate) - [select for diffs]
Mon Dec 14 03:15:45 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.59: +7 -9 lines
Diff to previous 2.59 , to selected 1.14
Minor cosmetic change

Revision 2.59 - (view) (download) (annotate) - [select for diffs]
Sun Dec 13 19:13:04 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.58: +72 -50 lines
Diff to previous 2.58 , to selected 1.14
Eliminated restriction with -n and -I in rtrace

Revision 2.58 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 23:08:13 2009 UTC (14 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.57: +10 -7 lines
Diff to previous 2.57 , to selected 1.14
Bug fixes and performance improvements to rtrace -n option

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

Revision 2.56 - (view) (download) (annotate) - [select for diffs]
Fri Jul 17 06:21:29 2009 UTC (14 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.55: +15 -18 lines
Diff to previous 2.55 , to selected 1.14
Fixed -oo output of rtrace -I

Revision 2.55 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 06:21:58 2007 UTC (16 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9
Changes since 2.54: +7 -3 lines
Diff to previous 2.54 , to selected 1.14
Increased limits to number of modifiers for trace and ambient include/exclude

Revision 2.54 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 14:30:38 2006 UTC (18 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.53: +2 -2 lines
Diff to previous 2.53 , to selected 1.14
Changed default in rtrace to -u+ (random sampling)

Revision 2.53 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 06:22:57 2006 UTC (18 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.52: +2 -2 lines
Diff to previous 2.52 , to selected 1.14
Made -u+ option truly random

Revision 2.52 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 17:05:36 2006 UTC (18 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.51: +2 -2 lines
Diff to previous 2.51 , to selected 1.14
Increased trace modifier limit to 8192 in rtrace

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

Revision 2.50 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 03:45:14 2005 UTC (18 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.49: +3 -2 lines
Diff to previous 2.49 , to selected 1.14
Added final write error check

Revision 2.49 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 11:30:10 2005 UTC (18 years, 7 months ago) by schorsch
Branch: MAIN
Changes since 2.48: +2 -1 lines
Diff to previous 2.48 , to selected 1.14
Removed SPEED from SCons. Changes to build with mingw, as suggested by Francesco Anselmo.

Revision 2.48 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 15:06:50 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.47: +5 -5 lines
Diff to previous 2.47 , to selected 1.14
Fixed bugs in black glass transmission and source weight computation

Revision 2.47 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 20:07:56 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.46: +4 -2 lines
Diff to previous 2.46 , to selected 1.14
Added -R option for pure Monte Carlo rendering, replacing -DMC compile option

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 20:44:00 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.45: +4 -2 lines
Diff to previous 2.45 , to selected 1.14
Fixe in rtcontrib -M option

Revision 2.45 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 16:49:42 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.44: +7 -6 lines
Diff to previous 2.44 , to selected 1.14
Fixed bug where rtrace would quit after 2^31 primary rays

Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Sun Jun 5 19:52:01 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.43: +2 -2 lines
Diff to previous 2.43 , to selected 1.14
Changed rtrace to default to Russian roulette ray termination

Revision 2.43 - (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.42: +1 -3 lines
Diff to previous 2.42 , to selected 1.14
Added binary i/o options to total and piped output to rtcontrib

Revision 2.42 - (view) (download) (annotate) - [select for diffs]
Thu May 26 06:55:22 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.41: +9 -8 lines
Diff to previous 2.41 , to selected 1.14
Got rtcontrib working and wrote basic man page

Revision 2.41 - (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.40: +19 -14 lines
Diff to previous 2.40 , to selected 1.14
Created rtcontrib program for computing ray contributions and coefficients

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 01:15:06 2005 UTC (19 years ago) by greg
Branch: MAIN
Changes since 2.39: +50 -7 lines
Diff to previous 2.39 , to selected 1.14
Extensive changes to enable rtrace -oTW option for tracking ray contributions

Revision 2.39 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 18:04:12 2005 UTC (19 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.38: +23 -2 lines
Diff to previous 2.38 , to selected 1.14
Added -oM option to rtrace to output material

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 17:36:56 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.37: +2 -2 lines
Diff to previous 2.37 , to selected 1.14
Increased defaults and allowed for compiler override related to -a{E,I} options

Revision 2.37 - (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.36: +112 -76 lines
Diff to previous 2.36 , to selected 1.14
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 16:31:14 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.35: +2 -2 lines
Diff to previous 2.35 , to selected 1.14
Increased -aa default settings

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 14:39:53 2003 UTC (20 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.34: +3 -3 lines
Diff to previous 2.34 , to selected 1.14
More adjustments and corrections to default parameters

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 14:55:54 2003 UTC (20 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.33: +7 -7 lines
Diff to previous 2.33 , to selected 1.14
Increased default ambient options in rpict, rtrace, rview, rad & mkillum

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.32: +3 -2 lines
Diff to previous 2.32 , to selected 1.14
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 01:32:53 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.31: +3 -1 lines
Diff to previous 2.31 , to selected 1.14
Minor compile fixes

Revision 2.31 - (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.30: +2 -2 lines
Diff to previous 2.30 , to selected 1.14
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

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

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 17:29:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.28: +23 -11 lines
Diff to previous 2.28 , to selected 1.14
Added rtrace -oc option to output local (u,v) coordinates

Revision 2.28 - (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.27: +1 -56 lines
Diff to previous 2.27 , to selected 1.14
Replaced inline copyright notice with #include "copyright.h"

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.26: +107 -36 lines
Diff to previous 2.26 , to selected 1.14
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

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 11:01:16 1997 UTC (26 years, 6 months ago) by gregl
Branch: MAIN
Changes since 2.25: +1 -1 lines
Diff to previous 2.25 , to selected 1.14
modified code so zero record flushing happens unless -x > 0 && -y > 0

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 10:14:37 1997 UTC (26 years, 7 months ago) by gregl
Branch: MAIN
Changes since 2.24: +18 -7 lines
Diff to previous 2.24 , to selected 1.14
added -ld boolean option to rtrace for limiting ray distance

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 11:25:49 1997 UTC (26 years, 10 months ago) by gregl
Branch: MAIN
Changes since 2.23: +26 -13 lines
Diff to previous 2.23 , to selected 1.14
changed rtrace behavior to send bogus record when ray dir==0

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 19:54:27 1997 UTC (27 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.22: +4 -1 lines
Diff to previous 2.22 , to selected 1.14
fixed bug in printing void materials.

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 14:02:09 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.21: +1 -1 lines
Diff to previous 2.21 , to selected 1.14
changed albedo to 3-color parameter

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 15:18:12 1996 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.20: +1 -0 lines
Diff to previous 2.20 , to selected 1.14
added -aw option for ambient value weight

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 18:49:12 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.19: +6 -1 lines
Diff to previous 2.19 , to selected 1.14
added M_MIST (mist) material and global participating medium

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 10:29:20 1995 UTC (28 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.18: +4 -4 lines
Diff to previous 2.18 , to selected 1.14
increase default parameters for more accurate calculations

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 09:52:00 1994 UTC (29 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.17: +2 -0 lines
Diff to previous 2.17 , to selected 1.14
added -bv option for back face visibility (normally on)

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 20:18:34 1994 UTC (29 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.16: +2 -1 lines
Diff to previous 2.16 , to selected 1.14
added -vo and -va (fore and aft clipping plane) view options

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 10:38:49 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.15: +22 -20 lines
Diff to previous 2.15 , to selected 1.14
consistency improvements related to -I option

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 10:14:42 1993 UTC (30 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.14: +31 -0 lines
Diff to previous 2.14 , to selected 1.14
added -ti, -te, -tI and -tE options to rtrace for exclude/include traces

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue May 4 13:26:52 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.13: +6 -3 lines
Diff to previous 2.13 , to selected 1.14
made sure that -I option completely overrides -o option

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 12:37:33 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.12: +2 -1 lines
Diff to previous 2.12 , to selected 1.14
portability fixes (removed gcc warnings)

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 22 09:51:20 1993 UTC (31 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.11: +8 -3 lines
Diff to previous 2.11 , to selected 1.14
bug fixes and improvements on stdio flushing

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 15:19:51 1993 UTC (31 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.10: +4 -0 lines
Diff to previous 2.10 , to selected 1.14
added -P and -PP persist options

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 20:26:10 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9 , to selected 1.14
changed -di to ! -dv

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 16:48:32 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.8: +26 -3 lines
Diff to previous 2.8 , to selected 1.14
added -oN for unperturbed surface normal and made -on perturbed

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 21:13:21 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -0 lines
Diff to previous 2.7 , to selected 1.14
added setmode(fd,O_BINARY) where needed for MSDOS

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 10:36:37 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.6: +0 -2 lines
Diff to previous 2.6 , to selected 1.14
fixed bug introduced in last change with -h- option of rtrace

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 10 14:56:24 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.5: +38 -1 lines
Diff to previous 2.5 , to selected 1.14
added ability to print COLRFMT output of values

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 09:46:19 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +17 -4 lines
Diff to previous 2.4 , to selected 1.14
added -oL output option for single-ray length

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jan 16 12:05:20 1992 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.3: +1 -1 lines
Diff to previous 2.3 , to selected 1.14
changed default values and handling of specthresh

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 16:16:07 1992 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.2: +3 -0 lines
Diff to previous 2.2 , to selected 1.14
added -sj and -st options and changed old -s options to -p

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:54:53 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1 , to selected 1.14
removed atof() declarations for NeXT

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:09:39 1991 UTC (32 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.20: +0 -0 lines
Diff to previous 1.20 , to selected 1.14
updated revision number for release 2.0

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 12:58:10 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 , to selected 1.14
added source sampling (-ds option)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 13:09:58 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.18: +10 -2 lines
Diff to previous 1.18 , to selected 1.14
got rid of scanf() call

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 14:43:03 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17 , to selected 1.14
added -di option for direct source invisibility

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 14:06:18 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.14
increased defaults for -dp parameter

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 16:16:54 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15 , to selected 1.14
added virtual source visibility pretesting

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:36:48 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
added virtual sources

Revision 1.14 - (view) (download) (annotate) - [selected]
Tue May 21 17:41:23 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
added stratified random sampling with urand

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed May 1 11:16:58 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.12: +9 -29 lines
Diff to previous 1.12 , to selected 1.14
added -i option for irradiance calculation

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 10:16:35 1991 UTC (33 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.11: +25 -6 lines
Diff to previous 1.11 , to selected 1.14
added -oI option for irradiance after intersection

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 10:34:47 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.10: +11 -1 lines
Diff to previous 1.10 , to selected 1.14
added conditional ray casting to rtrace for efficiency

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:00:15 1990 UTC (33 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 , to selected 1.14
Nit-picking for Stardent C-compiler

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 27 11:40:10 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.8: +1 -4 lines
Diff to previous 1.8 , to selected 1.14
Added rt field to RAY structure for more accurate z-buffering

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 00:00:26 1990 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 , to selected 1.14
improved portability and speed of bcopy()

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 11:16:05 1990 UTC (34 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6 , to selected 1.14
added flushing for zero input direction vector

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 15:21:28 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.14
Reduced default ambient resolution

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 10:57:43 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 , to selected 1.14
Added direct certainty variable (compromise btwn. thresh. & tol.)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 21:00:59 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.14
Changed direct threshold testing so that it is certain

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 08:35:23 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 , to selected 1.14
Efficient approximation to direct component with many sources
Glow type changed
Spot type eliminated

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 13:47:57 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.14
eliminated unused variable

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:37 1989 UTC (35 years, 3 months ago) by greg
Branch: MAIN
Diff to selected 1.14
Initial revision

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