ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/wfconv.c
Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Apr 30 16:40:10 2021 UTC (3 years ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.17: +18 -5 lines
Diff to previous 2.17 , to selected 2.5
fix(obj2mesh): fixed normal reversal during some face triangulation

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 17:00:58 2021 UTC (3 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +6 -5 lines
Diff to previous 2.16 , to selected 2.5
fix: plugged memory leak for degenerate faces

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Sun Jun 14 04:18:09 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.15: +2 -2 lines
Diff to previous 2.15 , to selected 2.5
Fixed issue with removing faces that aren't really that small

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri May 3 18:00:50 2019 UTC (4 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -2 lines
Diff to previous 2.14 , to selected 2.5
Eliminated stray newline in syntax()

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 00:08:30 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0, rad5R1, rad5R2
Changes since 2.13: +2 -2 lines
Diff to previous 2.13 , to selected 2.5
Fixed bug in small polygon triangulation

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 23:19:00 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +12 -10 lines
Diff to previous 2.12 , to selected 2.5
Added message about number of vertices in self-intersecting faces

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 02:22:49 2014 UTC (10 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.11: +8 -6 lines
Diff to previous 2.11 , to selected 2.5
Fixed bug in triangulation code

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 01:26:44 2014 UTC (10 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.10: +53 -11 lines
Diff to previous 2.10 , to selected 2.5
Hopeful fix to triangulation code for obj2mesh with N-sided polygons

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 16:49:04 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +10 -10 lines
Diff to previous 2.9 , to selected 2.5
Increased maximum identifier name length from 64 to 256

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Apr 23 16:20:56 2004 UTC (20 years ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0, rad4R1
Changes since 2.8: +9 -3 lines
Diff to previous 2.8 , to selected 2.5
Increased .OBJ face vertex limit to 512 (was 64)

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Mar 27 12:41:45 2004 UTC (20 years, 1 month ago) by schorsch
Branch: MAIN
Changes since 2.7: +50 -35 lines
Diff to previous 2.7 , to selected 2.5
Continued ANSIfication. Renamed local initotypes() to ot_initotypes().

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 22:21:34 2004 UTC (20 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.6: +4 -3 lines
Diff to previous 2.6 , to selected 2.5
Improved behavior to remove normals from flat triangles and reverse vertices

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:03 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.5: +2 -2 lines
Diff to previous 2.5
Added grouping parens to reduce ambiguity warnings.

Revision 2.5 - (view) (download) (annotate) - [selected]
Thu Jun 26 00:58:10 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.4: +7 -7 lines
Diff to previous 2.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 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 00:52:34 2003 UTC (21 years ago) by greg
Branch: MAIN
Changes since 2.3: +3 -3 lines
Diff to previous 2.3 , to selected 2.5
Added (void *) cast to realloc calls

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 21:27:46 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.2: +78 -20 lines
Diff to previous 2.2 , to selected 2.5
Added -a option to obj2mesh to incorporate materials in mesh

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 04:59:04 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.1: +16 -30 lines
Diff to previous 2.1 , to selected 2.5
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, 1 month ago) by greg
Branch: MAIN
Diff to selected 2.5
First working version of new "mesh" primitive, obj2mesh converter

Convenience Links

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