ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/holo.c
Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 3.20: +62 -44 lines
Diff to previous 3.20 , to selected 3.6
Ansification and prototypes.

Revision 3.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:02 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.19: +7 -7 lines
Diff to previous 3.19 , to selected 3.6
Added grouping parens to reduce ambiguity warnings.

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

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 3.17: +3 -3 lines
Diff to previous 3.17 , to selected 3.6
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.16: +1 -4 lines
Diff to previous 3.16 , to selected 3.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 3.16 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 09:37:47 1999 UTC (25 years ago) by gwlarson
Branch: MAIN
Changes since 3.15: +0 -34 lines
Diff to previous 3.15 , to selected 3.6
moved hdalloc() from holo.c to holofile.c

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 15:18:39 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.14: +11 -11 lines
Diff to previous 3.14 , to selected 3.6
got rid of unnecessary constants in HOLO struct

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 31 15:40:13 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.13: +5 -13 lines
Diff to previous 3.13 , to selected 3.6
made use of new VSUB() macro

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 15:08:50 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.12: +45 -43 lines
Diff to previous 3.12 , to selected 3.6
simplified section grid addressing

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 15:55:55 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 3.11: +3 -3 lines
Diff to previous 3.11 , to selected 3.6
made hdcode() safe for 16-bit integers (why?)

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 11:49:19 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +6 -5 lines
Diff to previous 3.10 , to selected 3.6
made ray position argument to hdinter() optional

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 09:33:12 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +6 -6 lines
Diff to previous 3.9 , to selected 3.6
added far distance return value to hdinter()

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 20:43:24 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +2 -5 lines
Diff to previous 3.8 , to selected 3.6
changed hdlseg() arguments

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 20 10:52:57 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.7: +11 -4 lines
Diff to previous 3.7 , to selected 3.6
fixed wrong calculation in hdworld()

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 16:29:43 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.6: +11 -0 lines
Diff to previous 3.6
added hdworld() routine

Revision 3.6 - (view) (download) (annotate) - [selected]
Tue Nov 11 17:03:28 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.5: +24 -23 lines
Diff to previous 3.5
simplified intersection code
added hdgrid() routine to compute grid coordinates

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 15:14:02 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +33 -35 lines
Diff to previous 3.4 , to selected 3.6
consolidated code for hdcell() and hdray()

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 14:40:59 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +27 -1 lines
Diff to previous 3.3 , to selected 3.6
added hdcell() routine to compute cell corners

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 16:37:45 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +7 -7 lines
Diff to previous 3.2 , to selected 3.6
changed BCOORD to GCOORD[2]

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 11:03:23 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.1: +30 -43 lines
Diff to previous 3.1 , to selected 3.6
changed to indexed array to avoid expensive modulo evaluations

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 10:23:29 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Diff to selected 3.6
Initial revision

Convenience Links

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