ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo.h
Revision 3.25 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 19:48:30 2004 UTC (19 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1, rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 3.24: +2 -4 lines
Diff to previous 3.24
Removed redundant #include's and fixed ordering on some headers

Revision 3.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 11:21:55 2004 UTC (20 years, 3 months ago) by schorsch
Branch: MAIN
Changes since 3.23: +30 -5 lines
Diff to previous 3.23
Ansification and prototypes.

Revision 3.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 22:24:00 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 3.22: +14 -1 lines
Diff to previous 3.22
Instrumented headers against multiple inclusion and for use from C++.
Moved includes in headers out of "C" scope.

Revision 3.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 00:25:49 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 3.21: +10 -10 lines
Diff to previous 3.21
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 3.21 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:25 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 3.20: +1 -4 lines
Diff to previous 3.20
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.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 10:29:23 1999 UTC (25 years, 1 month ago) by gwlarson
Branch: MAIN
Changes since 3.19: +8 -0 lines
Diff to previous 3.19
created rhpict program and viewbeams.c module to replace rhdisp3.c

Revision 3.19 - (view) (download) (annotate) - [select for diffs]
Tue Feb 2 16:13:24 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.18: +1 -1 lines
Diff to previous 3.18
made chunkycmp global and added test for it in rholo()

Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 31 10:56:57 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.17: +14 -12 lines
Diff to previous 3.17
added new "portals" variable for multiple section geometry

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:56:10 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.16: +9 -7 lines
Diff to previous 3.16
created new ogl driver with direct geometry rendering

Revision 3.16 - (view) (download) (annotate) - [select for diffs]
Tue Nov 24 17:05:36 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 3.15: +8 -1 lines
Diff to previous 3.15
added eyepoint vicinity restriction for interactive samples

Revision 3.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 26 12:42:27 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.14: +1 -1 lines
Diff to previous 3.14
fixed error in comment

Revision 3.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 3 16:39:14 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.13: +20 -20 lines
Diff to previous 3.13
made variable ordering alphabetical for easier parsing

Revision 3.13 - (view) (download) (annotate) - [select for diffs]
Fri May 22 08:30:40 1998 UTC (25 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 3.12: +3 -1 lines
Diff to previous 3.12
added EYESEP variable for world eye separation distance

Revision 3.12 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 20:41:39 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.11: +2 -4 lines
Diff to previous 3.11
eliminated OCCUPANCY variable

Revision 3.11 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 18:33:51 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.10: +3 -0 lines
Diff to previous 3.10
reset start time and ray counts in new_rtrace()

Revision 3.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 11:13:17 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.9: +2 -0 lines
Diff to previous 3.9
implemented kill, clobber and restart commands

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 11:51:20 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.8: +2 -1 lines
Diff to previous 3.8
increased MAXPROC from 16 to 64 and made nprocs variable global

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 18:51:15 1997 UTC (26 years, 3 months ago) by gregl
Branch: MAIN
Changes since 3.7: +2 -0 lines
Diff to previous 3.7
added command reading from server's stdin

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 12:29:18 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.6: +9 -11 lines
Diff to previous 3.6
removed useless EXPOSURE variable
added setdefaults() call after loading holodeck

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 16:31:50 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.5: +5 -3 lines
Diff to previous 3.5
added "VDISTANCE" variable for virtual distance calculation

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 21:34:27 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.4: +4 -1 lines
Diff to previous 3.4
eliminated queue flushing in sortbeamlist()
added DS_ADJSET request for adjusting set quantities

Revision 3.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 20:16:01 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.3: +7 -9 lines
Diff to previous 3.3
minor changes

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 18:05:07 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 3.2: +17 -15 lines
Diff to previous 3.2
took out VIEW type and changed packray() macro to packra()

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 18:33:12 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 3.1: +5 -0 lines
Diff to previous 3.1
added more routines for display support

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
Initial revision

Convenience Links

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