ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/srcsupp.c
Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:38:27 2003 UTC (20 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.13: +3 -3 lines
Diff to previous 2.13
Added shadow casting algorithm and separated occlusion cache routines

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 02:03:08 2003 UTC (20 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.12: +3 -3 lines
Diff to previous 2.12
Minor fixes to source occlusion cache

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 01:50:02 2003 UTC (20 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.11: +5 -2 lines
Diff to previous 2.11
Created a source occluder cache to accelerate shadow testing.

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:34 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
Added (void *) cast to realloc calls

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

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +71 -8 lines
Diff to previous 2.8
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.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 12:40:30 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.7: +2 -3 lines
Diff to previous 2.7
changed spotlight struct so flen<0 for distant sources

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 20:56:08 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.6: +2 -3 lines
Diff to previous 2.6
removed unnecessary test for last vertex == first vertex

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 15:10:47 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +0 -35 lines
Diff to previous 2.5
moved sourcehit() from srcsupp.c back to source.c

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 14:07:45 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.4: +33 -108 lines
Diff to previous 2.4
fixed bug with virtual spotlight sources
moved m_light() back to source.c

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Feb 26 09:49:37 1992 UTC (32 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.3: +2 -1 lines
Diff to previous 2.3
fixed bug in specular/ambient rays hitting back side of illums

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 15 16:54:50 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.2: +7 -15 lines
Diff to previous 2.2
fixed improper exclusion of SPECULAR rays in source calculation

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 19:54:20 1992 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +19 -2 lines
Diff to previous 2.1
added specular sampling

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 16:34:24 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.15: +52 -5 lines
Diff to previous 1.15
fixed bug that disallowed illums to pass to virtual sources

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 11:23:47 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14
bug fixes in source sampling routines

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 12:58:16 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.13: +95 -13 lines
Diff to previous 1.13
added source sampling (-ds option)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 13 13:44:10 1991 UTC (32 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.12: +5 -3 lines
Diff to previous 1.12
made source array allocation incremental

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:11:08 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
fixed bug in checking of distant sources for non-intersecting ray

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 08:19:20 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10
fixed double illum counting

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 14:43:07 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.9: +20 -13 lines
Diff to previous 1.9
added -di option for direct source invisibility

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 15:56:48 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
added redirecting materials

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 16:42:03 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
fixed bug relating to return value of checkspot()

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 15:34:17 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 13:11:55 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +46 -0 lines
Diff to previous 1.5
fixed problems with virtual source pretesting

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 16:00:30 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +9 -6 lines
Diff to previous 1.4
made sure center point returned by fgetdisk() was in plane

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 16:44:01 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.3: +99 -1 lines
Diff to previous 1.3
moved some routines here from virtuals.c

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 13:23:05 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
added test for zero area face in fgetdisk()

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 16:36:46 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
bug fixes and enhancements

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 13:44:36 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6P1: (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