ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/raycalls.c
Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 19:13:13 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.28: +2 -2 lines
Diff to previous 2.28
fix: Forgot castonly as consideration when changing ambient file

Revision 2.28 - (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.27: +2 -2 lines
Diff to previous 2.27
fix: Paired savqstr() and freeqstr() calls for octname

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:45:23 2023 UTC (14 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.26: +21 -15 lines
Diff to previous 2.26
refactor: made "castonly" variable accessible outside rtrace

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 21:54:49 2023 UTC (15 months ago) by greg
Branch: MAIN
Changes since 2.25: +2 -2 lines
Diff to previous 2.25
perf: Updated default -lw value to smaller tolerance

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 16:29:10 2019 UTC (5 years ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.24: +22 -10 lines
Diff to previous 2.24
Added reset of random sampling

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

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 23:37:11 2018 UTC (6 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.22: +2 -1 lines
Diff to previous 2.22
Fixed saving of ambient include/exclude list

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 22:09:14 2016 UTC (7 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.21: +4 -1 lines
Diff to previous 2.21
Fixed bug in ranimove introduced with photon map

Revision 2.21 - (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.20: +13 -2 lines
Diff to previous 2.20
Initial check-in of photon map addition by Roland Schregle

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Fri Feb 25 06:51:50 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1, rad4R2, rad4R2P1, rad4R2P2
Changes since 2.19: +2 -2 lines
Diff to previous 2.19
Decreased -lw default

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 00:40:25 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.18: +4 -2 lines
Diff to previous 2.18
Major code reorg, moving mgflib to common and introducing BSDF material

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

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 05:20:10 2009 UTC (14 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.16: +7 -7 lines
Diff to previous 2.16
Created FIFO calls for ray multiprocessing

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 06:22:56 2006 UTC (18 years ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9
Changes since 2.15: +9 -4 lines
Diff to previous 2.15
Made -u+ option truly random

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 00:26:44 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Changed random number seeding to preceed call to initurand()

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

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 02:46:30 2005 UTC (18 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +3 -1 lines
Diff to previous 2.12
Forgot to add rand_samp definition

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

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

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 23:40:04 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6P1
Changes since 2.9: +5 -6 lines
Diff to previous 2.9
Corrected ambient accuracy (-aa) setting to match rtrace

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
Changes since 2.8: +26 -21 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]
Sat Oct 4 14:39:53 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +11 -11 lines
Diff to previous 2.7
More adjustments and corrections to default parameters

Revision 2.7 - (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.6: +7 -7 lines
Diff to previous 2.6
Increased default ambient options in rpict, rtrace, rview, rad & mkillum

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 04:24:26 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.5: +2 -2 lines
Diff to previous 2.5
Minor improvements

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 18:19:53 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -3 lines
Diff to previous 2.4
Removed check of urperm, which didn't work with -DMC

Revision 2.4 - (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.3: +7 -11 lines
Diff to previous 2.3
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 15 05:13:35 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +3 -3 lines
Diff to previous 2.2
Eliminated -DBIGMEM define, since we always used it in makeall

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