ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/objutil.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 00:14:02 2023 UTC (7 months ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.21: +4 -4 lines
Diff to previous 2.21
style: corrected efree() typing and channel free loop

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 02:00:21 2022 UTC (2 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.20: +21 -20 lines
Diff to previous 2.20
refactor: eliminated stray uses of (char *) to point to memory

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sat May 1 00:58:18 2021 UTC (2 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.19: +4 -4 lines
Diff to previous 2.19
refactor: changed from calling emalloc() to savqstr()

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Fri Apr 23 18:31:45 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.18: +51 -1 lines
Diff to previous 2.18
feat: Added getVertexNeighbors() call to find neighboring edges/vertices

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Apr 9 15:26:41 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.17: +34 -1 lines
Diff to previous 2.17
feat: added growBoundingBox() to compute scene boundaries

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 16:46:58 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.16: +6 -8 lines
Diff to previous 2.16
fix: bad emalloc() sizeof(type)

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 16:40:28 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.15: +18 -18 lines
Diff to previous 2.15
perf: appending texture coordinates and normals more efficient in addScene()

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 14:37:57 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.14: +29 -36 lines
Diff to previous 2.14
fix: very minor memory leak (2 strings) in dupScene()

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 03:02:00 2021 UTC (3 years ago) by greg
Branch: MAIN
Changes since 2.13: +126 -46 lines
Diff to previous 2.13
feat: created addScene() function to add one scene to another

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 18:53:08 2021 UTC (3 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.12: +7 -7 lines
Diff to previous 2.12
refactor: added handy macros for getting group and material IDs

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Feb 12 20:44:04 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +13 -13 lines
Diff to previous 2.11
perf: slight improvement to vertex face traversal

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Feb 12 01:57:49 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.10: +100 -3 lines
Diff to previous 2.10
feat: added ability to choose faces when duplicating scene

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 18 00:15:47 2020 UTC (3 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.9: +3 -1 lines
Diff to previous 2.9
feat(robjutil): improved verbose reporting

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 01:16:09 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.8: +2 -2 lines
Diff to previous 2.8
fix(libwfobj.a): strcasestr() not supported under (lame) Windows

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 23 19:29:40 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.7: +14 -1 lines
Diff to previous 2.7
feat(libwfobj.a): added findComment() call

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 14 17:44:27 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.6: +13 -2 lines
Diff to previous 2.6
Added transform comments

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 14 03:04:25 2020 UTC (3 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.5: +4 -4 lines
Diff to previous 2.5
Reduced minimum area for legal polygon

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sat May 2 00:12:45 2020 UTC (3 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +42 -4 lines
Diff to previous 2.4
Made addFace() into a public routine as well, so tools can add geometry

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri May 1 18:55:34 2020 UTC (3 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.3: +59 -1 lines
Diff to previous 2.3
Made some useful routines public from readwfobj.c

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Apr 2 22:14:01 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.2: +39 -26 lines
Diff to previous 2.2
Added interface for transform from pre-parsed words

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Apr 2 20:44:15 2020 UTC (4 years ago) by greg
Branch: MAIN
Changes since 2.1: +57 -1 lines
Diff to previous 2.1
Added -x option to robjutil to transform .OBJ files

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 18:28:35 2020 UTC (4 years, 1 month ago) by greg
Branch: MAIN
Created robjutil tool to manipulate Wavefront .OBJ files

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