ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/obj2rad.c
Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Fri Apr 23 16:20:56 2004 UTC (19 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9
Changes since 2.22: +11 -6 lines
Diff to previous 2.22 , to selected 2.11
Increased .OBJ face vertex limit to 512 (was 64)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 17:54:06 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
Changes since 2.21: +88 -41 lines
Diff to previous 2.21 , to selected 2.11
Continued ANSIfication and reduced compile warnings.

Revision 2.21 - (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 2.20: +5 -5 lines
Diff to previous 2.20 , to selected 2.11
Added grouping parens to reduce ambiguity warnings.

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

Revision 2.19 - (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.18: +3 -3 lines
Diff to previous 2.18 , to selected 2.11
Added (void *) cast to realloc calls

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 01:42:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.17: +29 -19 lines
Diff to previous 2.17 , to selected 2.11
Fixed problems with normals and orientations that disagree.

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:23 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +4 -7 lines
Diff to previous 2.16 , to selected 2.11
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.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 13:07:41 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.15: +16 -1 lines
Diff to previous 2.15 , to selected 2.11
added check for flat triangles with normals

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 12:35:59 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -75 lines
Diff to previous 2.14 , to selected 2.11
moved barycentric routines into tmesh.c

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 19:06:04 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.13: +2 -2 lines
Diff to previous 2.13 , to selected 2.11
cosmetic fix to parameters of put_baryc

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 15:07:08 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.12: +31 -23 lines
Diff to previous 2.12 , to selected 2.11
further reduced complexity and size of barycentric calculation

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 12:52:19 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.11: +1 -1 lines
Diff to previous 2.11
added check for flatten in nonplanar()

Revision 2.11 - (view) (download) (annotate) - [selected]
Wed Jun 15 12:50:37 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.10: +5 -177 lines
Diff to previous 2.10
eliminated gensurf.c putquad() code for better normal interpolation

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 12:29:55 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.9: +40 -29 lines
Diff to previous 2.9 , to selected 2.11
changed to more compact barycentric coordinate calculation

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 09:51:31 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.8: +5 -5 lines
Diff to previous 2.8 , to selected 2.11
minor non-essential changes

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 14:30:38 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.7: +7 -2 lines
Diff to previous 2.7 , to selected 2.11
added -f option to flatten faces

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 13:36:18 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.6: +28 -9 lines
Diff to previous 2.6 , to selected 2.11
took out use of Wavefront texture maps and indices
fixed bug introduced last time in conversion of non-planar polygons

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 04:29:10 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.5: +41 -36 lines
Diff to previous 2.5 , to selected 2.11
slight enhancement in conversion of non-planar polygons
now uses group name as default material if no usemtl and no -m option

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 17:24:24 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +70 -6 lines
Diff to previous 2.4 , to selected 2.11
added sloppy division of non-planar faces into triangles

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 15:16:49 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +2 -2 lines
Diff to previous 2.3 , to selected 2.11
fixed nasty bug in ordering of parameters to putquad()

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 14:08:55 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +242 -61 lines
Diff to previous 2.2 , to selected 2.11
added mapping file to obj2rad

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 17:28:52 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.1: +10 -8 lines
Diff to previous 2.1 , to selected 2.11
made zero-area faces non-fatal

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 17:12:42 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Diff to selected 2.11
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