ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhdobj.c
Revision 3.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 20:33:02 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 3.17: +5 -4 lines
Diff to previous 3.17 , to selected 3.4
Modernized tone-mapping routines with structure pointer r.t. stack

Revision 3.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 20:40:04 2004 UTC (20 years ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 3.16: +2 -3 lines
Diff to previous 3.16 , to selected 3.4
ANSI-discovered fixes thanks to Schorsh

Revision 3.16 - (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.15: +113 -67 lines
Diff to previous 3.15 , to selected 3.4
Ansification and prototypes.

Revision 3.15 - (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.14: +3 -3 lines
Diff to previous 3.14 , to selected 3.4
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

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

Revision 3.13 - (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.12: +7 -6 lines
Diff to previous 3.12 , to selected 3.4
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.12 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:33 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 3.11: +5 -6 lines
Diff to previous 3.11 , to selected 3.4
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 3.11 - (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.10: +6 -9 lines
Diff to previous 3.10 , to selected 3.4
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.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 29 15:33:36 1999 UTC (25 years, 2 months ago) by gwlarson
Branch: MAIN
Changes since 3.9: +3 -2 lines
Diff to previous 3.9 , to selected 3.4
added number of lists for proper list deallocation

Revision 3.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 12:57:06 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.8: +12 -13 lines
Diff to previous 3.8 , to selected 3.4
fixed redrawing of local objects in OpenGL driver

Revision 3.8 - (view) (download) (annotate) - [select for diffs]
Wed Dec 23 17:41:14 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.7: +13 -6 lines
Diff to previous 3.7 , to selected 3.4
made it so dobj_command() only calls dev_view() if necessary

Revision 3.7 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 11:06:45 1998 UTC (25 years, 3 months ago) by gwlarson
Branch: MAIN
Changes since 3.6: +5 -2 lines
Diff to previous 3.6 , to selected 3.4
changed dobj_render() to return the number of objects rendered

Revision 3.6 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 17:34:00 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 3.5: +38 -9 lines
Diff to previous 3.5 , to selected 3.4
changed moved command to do rotations and scaling relative to object center

Revision 3.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 19:32:43 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.4: +6 -6 lines
Diff to previous 3.4
bug fix in dobj_command()

Revision 3.4 - (view) (download) (annotate) - [selected]
Wed Aug 26 17:26:26 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.3: +6 -5 lines
Diff to previous 3.3
replaced error message for insufficient lighting samples
fixed drawing mode, which wasn't restored exactly by dobj_render()

Revision 3.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 18:10:12 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.2: +24 -13 lines
Diff to previous 3.2 , to selected 3.4
minor improvements

Revision 3.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 21 11:38:22 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 3.1: +75 -32 lines
Diff to previous 3.1 , to selected 3.4
changed dobj_trace() to return name of intersected object
improved "show" lighting with front-directed light source
changed MINTHRESH and cosmetic fixes

Revision 3.1 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 17:45:24 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Diff to selected 3.4
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