ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/virtuals.c
Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.13: +44 -36 lines
Diff to previous 2.13
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 01:13:45 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.12: +3 -1 lines
Diff to previous 2.12
Fixed bug in last change to allow aliased virtual source materials

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon Mar 1 18:11:20 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.11: +2 -2 lines
Diff to previous 2.11
Allow intervening modifiers and aliases in virtual source materials

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

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed May 14 20:43:46 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
Changed source marking routines not to look past non-instanced objects

Revision 2.9 - (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.8: +1 -1 lines
Diff to previous 2.8
Added (void *) cast to realloc calls

Revision 2.8 - (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.7: +1 -56 lines
Diff to previous 2.7
Replaced inline copyright notice with #include "copyright.h"

Revision 2.7 - (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.6: +65 -9 lines
Diff to previous 2.6
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.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 10 18:37:06 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 2.5: +3 -3 lines
Diff to previous 2.5
changed modifier checking to take most recent definition

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 12:40:25 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
changed spotlight struct so flen<0 for distant sources

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 14:07:46 1995 UTC (28 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.3: +17 -25 lines
Diff to previous 2.3
improved vstestvis() to work with source partitioning

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

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat May 23 08:03:19 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +1 -1 lines
Diff to previous 2.1
minor fix

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

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 08:49:40 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
minor bug fix

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

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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Oct 1 14:29:16 1991 UTC (32 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
fixed bug introduced in earlier revision

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:10:43 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
changed number of presamples for distant sources

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Aug 22 11:56:52 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
changed peano() call to multisamp()

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Aug 16 09:23:15 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.23: +2 -4 lines
Diff to previous 1.23
improved some of the source pretesting code

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 12:16:43 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
changed urand sampling to use Peano curve through n dimensions

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Aug 6 15:02:36 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.21: +3 -4 lines
Diff to previous 1.21
changed calculation of number of presamples slightly

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Aug 5 09:02:42 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20
changed fatal error to warning

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 10:30:27 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.19: +6 -2 lines
Diff to previous 1.19
made computation of number of sample rays more accurate
and fixed calculation of solid angle for virtuals sources spots

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 30 18:23:45 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.18: +7 -3 lines
Diff to previous 1.18
fixed improper creation and testing of spots

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 12:38:52 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
added rayclear() function

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 16:43:38 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.15: +6 -4 lines
Diff to previous 1.15
fixed urand problems in multiple dimensions

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 14:26:52 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
increased MINSAMP again

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 11:54:43 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.13: +19 -8 lines
Diff to previous 1.13
fixed bug in solid angle determination for local sources

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 08:55:10 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.12: +5 -2 lines
Diff to previous 1.12
changed minimum number of tests from 1 to 3

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 15:48:11 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.10: +9 -9 lines
Diff to previous 1.10
another minor bug in vstestvis()

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 13:29:22 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.9: +6 -4 lines
Diff to previous 1.9
fixed small bug in pretesting routine

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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 08:52:04 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.7: +34 -15 lines
Diff to previous 1.7
improved presampling

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 16:10:59 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +75 -99 lines
Diff to previous 1.6
added virtual source visibility pretesting

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 13:25:42 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +79 -73 lines
Diff to previous 1.5
added test for relay object on same side as virtual source

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 17:08:39 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +9 -9 lines
Diff to previous 1.4
residual bug fixes

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 13:43:38 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.2: +80 -216 lines
Diff to previous 1.2
major reorganization using dispatch table for source types

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 09:37:38 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.1: +13 -24 lines
Diff to previous 1.1
minor fixes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:36:14 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