ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/mesh.c
Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue May 25 22:04:13 2004 UTC (19 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 2.19: +3 -3 lines
Diff to previous 2.19
Added const modifier to key and other parameters in lookup.h

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 20:33:12 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.18: +12 -5 lines
Diff to previous 2.18
Continued ANSIfication, and other fixes and clarifications.

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Mar 16 19:56:27 2004 UTC (20 years ago) by greg
Branch: MAIN
Changes since 2.17: +1 -3 lines
Diff to previous 2.17
Removed spurious warning about triangle-less patches

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 18:55:50 2004 UTC (20 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +2 -1 lines
Diff to previous 2.16
Moved paths.h out of rtio.h and included it manually where R_OK was needed

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 00:08:31 2004 UTC (20 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.15: +8 -9 lines
Diff to previous 2.15
Returned to 32-bit (x2) uv coordinates, since 16-bits was sometimes inadequate

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 17:22:06 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
Changes since 2.14: +5 -2 lines
Diff to previous 2.14
Reduced compile warnings, and other compatibility fixes.

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 16:53:52 2003 UTC (20 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.13: +7 -7 lines
Diff to previous 2.13
Reduced texture coordinate size to 16-bits/sample

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:17 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.12: +3 -2 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]
Thu Jul 17 09:21:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.11: +2 -2 lines
Diff to previous 2.11
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 03:47:00 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.10: +5 -3 lines
Diff to previous 2.10
Fixed serious bug in ranimate where mesh instances were not being freed

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 03:30:11 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.9: +11 -12 lines
Diff to previous 2.9
Fixed potential bug in reference counting of mesh'es and instance's

Revision 2.9 - (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 2.8: +5 -3 lines
Diff to previous 2.8
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.8 - (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 2.7: +23 -23 lines
Diff to previous 2.7
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:32 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:33 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.5: +4 -4 lines
Diff to previous 2.5
Added (void *) cast to realloc calls

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 22:10:20 2003 UTC (20 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -2 lines
Diff to previous 2.4
Bug fix in mesh uv coordinate range checking

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 21:27:45 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.3: +159 -37 lines
Diff to previous 2.3
Added -a option to obj2mesh to incorporate materials in mesh

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 17:26:58 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.2: +0 -0 lines
Diff to previous 2.2
Returned old behavior with flat surfaces and improved documentation

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 04:59:04 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.1: +27 -33 lines
Diff to previous 2.1
Numerous bug fixes in new mesh code

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 17:08:55 2003 UTC (21 years ago) by greg
Branch: MAIN
First working version of new "mesh" primitive, obj2mesh converter

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