ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rv3.c
Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.12: +3 -3 lines
Diff to previous 2.12
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:13 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.11: +4 -4 lines
Diff to previous 2.11
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

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

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.9: +83 -18 lines
Diff to previous 2.9
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.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 10:27:11 1995 UTC (28 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.8: +14 -1 lines
Diff to previous 2.8
added cylindrical view type

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 16:08:57 1995 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.7: +8 -4 lines
Diff to previous 2.7
bug fix in aft clipping plane setting in moveview()

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 11:46:19 1994 UTC (29 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +6 -0 lines
Diff to previous 2.6
made view changes properly manage fore and aft clipping planes

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

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 5 13:05:01 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -2 lines
Diff to previous 2.4
*** empty log message ***

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 11 16:42:22 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.3: +5 -1 lines
Diff to previous 2.3
changed WFLUSH to be defined using SPEED if available

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 16:19:56 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.2: +0 -1 lines
Diff to previous 2.2
Removed problematic math function declarations

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 17 09:27:21 1992 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +7 -1 lines
Diff to previous 2.1
fixed bug in use of scanf() with SMLFLT defined

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue May 21 17:41:19 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
added stratified random sampling with urand

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri May 3 16:12:38 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
final version of memory recovery during image refinement

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Mar 19 13:14:03 1991 UTC (33 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.17: +0 -23 lines
Diff to previous 1.17
moved spinvector() to fvect.c

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 11:06:27 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.16: +44 -5 lines
Diff to previous 1.16
added fisheye view types

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:00:19 1990 UTC (33 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
Nit-picking for Stardent C-compiler

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Mar 8 10:28:29 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.14: +5 -8 lines
Diff to previous 1.14
cosmetic change to paint()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 09:51:00 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
minor fixes in comments etc.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 11:46:15 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.12: +11 -0 lines
Diff to previous 1.12
added explicit flush call to drivers

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 00:00:31 1990 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
improved portability and speed of bcopy()

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 11:38:19 1990 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
changed interface to normaspect()

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 09:07:33 1990 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.9: +3 -7 lines
Diff to previous 1.9
added option for pixel aspect ratio

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 13:38:09 1990 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.8: +26 -26 lines
Diff to previous 1.8
Changed handling of view parameters

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 16:12:20 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.7: +0 -3 lines
Diff to previous 1.7
Added ability to call repaint in detached drivers

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 11:48:23 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.6: +95 -0 lines
Diff to previous 1.6
added repaint command

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 19 13:30:04 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.5: +11 -5 lines
Diff to previous 1.5
Added auto-shrink for view parameters on small devices

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 08:17:24 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Changed sense of elevation in pivot command

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue May 30 09:57:16 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
Added elevation to pivot and zoom to rotate commands

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 24 13:55:54 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
more efficient computation of distance

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 09:38:12 1989 UTC (35 years ago) by greg
Branch: MAIN
Changes since 1.1: +7 -3 lines
Diff to previous 1.1
Changed behavior of move command for parallel views

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:39 1989 UTC (35 years, 2 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