ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/initotypes.c
Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 18:07:57 2007 UTC (16 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9, rad4R0
Changes since 2.15: +3 -2 lines
Diff to previous 2.15
Compiler warning fixes for Linux release (thanks to Bernd Zeimetz)

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 11:51:47 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8
Changes since 2.14: +2 -2 lines
Diff to previous 2.14
Made use of rtotypes.h more logical

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 17:07:35 2004 UTC (19 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6P1
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
Fixed Mark Stock's abort error caused by source & mist combination

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 17:08:36 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6
Changes since 2.12: +2 -2 lines
Diff to previous 2.12
Fixed bug in last fix -- distant sources weren't working

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.11: +7 -28 lines
Diff to previous 2.11
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.11 - (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.10: +11 -1 lines
Diff to previous 2.10
Created a source occluder cache to accelerate shadow testing.

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 19:29:05 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.9: +2 -0 lines
Diff to previous 2.9
Changed alias handling to allow tracking, fixed freeobjects() and do_irrad bugs

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 17:08:55 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.8: +4 -2 lines
Diff to previous 2.8
First working version of new "mesh" primitive, obj2mesh converter

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
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:28 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.6: +60 -4 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]
Wed Jan 20 14:10:06 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 2.5: +2 -1 lines
Diff to previous 2.5
added "mixpict" primitive

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 22 09:48:55 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -2 lines
Diff to previous 2.4
changed text(), which is reserved word on PowerPC, to do_text()

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 18:22:37 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.3: +3 -0 lines
Diff to previous 2.3
added M_MIST (mist) type and global participating medium

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 27 15:27:59 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +3 -2 lines
Diff to previous 2.2
removed approximation to Fresnel reflection, since the direct
component was not being calculated accordingly (BRDF not bidirectional)
changed BRDTfunc arguments and operation, fixed one or two bugs there also

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

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

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:38:10 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
added virtual sources and mirrors

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue May 7 15:57:01 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
added MAT_BRTDF, MAT_TFUNC and MAT_TDATA types

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 1 11:45:09 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +0 -1 lines
Diff to previous 1.2
fixed special case for illum type

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed May 1 11:16:52 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1
added -i option for irradiance calculation

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 10:44:17 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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