ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/xform.c
Revision 2.48 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 23:14:58 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.47: +18 -13 lines
Diff to previous 2.47
Call unlocked version of getc()

Revision 2.47 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 18:09:53 2011 UTC (12 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.46: +2 -2 lines
Diff to previous 2.46
Minor fixes

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 19:48:06 2011 UTC (12 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.45: +4 -4 lines
Diff to previous 2.45
Made direct visibility (-dv) flag irrelevant and fixed BSDF material sampling

Revision 2.45 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 17:05:00 2011 UTC (12 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.44: +2 -1 lines
Diff to previous 2.44
Fixed inversion bug for meshes

Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 05:09:22 2011 UTC (13 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.43: +1 -2 lines
Diff to previous 2.43
Last change unnecessary

Revision 2.43 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 05:06:24 2011 UTC (13 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.42: +2 -1 lines
Diff to previous 2.42
Added BSDF material type

Revision 2.42 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 18:36:17 2009 UTC (14 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.41: +5 -5 lines
Diff to previous 2.41
Simplification to bug fix

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 18:34:59 2009 UTC (14 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.40: +2 -2 lines
Diff to previous 2.40
Fix in last fix to avoid double-call to free()

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 16:45:06 2009 UTC (14 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.39: +11 -3 lines
Diff to previous 2.39
Bug fix that could cause overflow in name buffer

Revision 2.39 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 18:35:42 2005 UTC (18 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9
Changes since 2.38: +16 -9 lines
Diff to previous 2.38
Made scene i/o work for identifiers with spaces and quotes

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Sat Aug 21 02:59:47 2004 UTC (19 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.37: +2 -2 lines
Diff to previous 2.37
Increased command-line buffer size from 512 to 2048

Revision 2.37 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 16:45:32 2004 UTC (19 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.36: +2 -2 lines
Diff to previous 2.36
Increased buffer size for long commands/comments in Radiance scenes

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

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 09:23:46 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
Changes since 2.34: +117 -58 lines
Diff to previous 2.34
ANSIfication, and fixed switched ac/av parameters in doargf() and doarray().

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:27:25 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.33: +3 -2 lines
Diff to previous 2.33
Various compatibility fixes.

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 02:06:34 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.32: +2 -2 lines
Diff to previous 2.32
Fewer complaints if "platform.h" precedes "standard.h"

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 21:44:17 2003 UTC (20 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.31: +3 -2 lines
Diff to previous 2.31
Fixed bug in xform where it wasn't transforming mesh primitives

Revision 2.31 - (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.30: +5 -5 lines
Diff to previous 2.30
Added grouping parens to reduce ambiguity warnings.

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.29: +1 -4 lines
Diff to previous 2.29
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:44 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.28: +4 -2 lines
Diff to previous 2.28
Reduced compile problems on Windows.

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

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 22:27:45 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.26: +1 -2 lines
Diff to previous 2.26
Fixed a couple of bugs from last changes where atof() declaration was lost

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 12:03:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.25: +5 -6 lines
Diff to previous 2.25
Reduced compile warnings/errors on Windows.

Revision 2.25 - (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.24: +1 -1 lines
Diff to previous 2.24
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 19:29:05 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.23: +4 -25 lines
Diff to previous 2.23
Changed alias handling to allow tracking, fixed freeobjects() and do_irrad bugs

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:24 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.22: +54 -40 lines
Diff to previous 2.22
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.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 17:24:56 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.21: +3 -2 lines
Diff to previous 2.21
added -e option after appended xform command for -c option

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 17:06:31 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.20: +33 -10 lines
Diff to previous 2.20
made it so -n option can be given multiple times with desired effect

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 16:22:06 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.19: +1 -1 lines
Diff to previous 2.19
reduced size of argument buffer in doargf()

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 16:00:27 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.18: +3 -1 lines
Diff to previous 2.18
made -f option ignore leading '!' and "xform" on each line

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 15:51:04 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.17: +6 -3 lines
Diff to previous 2.17
made it so -f option ignores completely empty lines and comments

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 09:26:04 1999 UTC (24 years, 9 months ago) by gwlarson
Branch: MAIN
Changes since 2.16: +33 -17 lines
Diff to previous 2.16
added ability to read from stdin from -f - option

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 3 14:15:01 1999 UTC (24 years, 10 months ago) by gwlarson
Branch: MAIN
Changes since 2.15: +88 -3 lines
Diff to previous 2.15
added -f option to read transform arguments from a file

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri May 30 18:24:32 1997 UTC (26 years, 10 months ago) by gregl
Branch: MAIN
Changes since 2.14: +3 -5 lines
Diff to previous 2.14
fixed bug handling mist's with > 5 real arguments

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 09:27:39 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.13: +1 -1 lines
Diff to previous 2.13
fixed bug in definition of mainfn

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 21:12:51 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.12: +44 -30 lines
Diff to previous 2.12
bug fix in array option and made expansion the default

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 11:55:27 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.11: +125 -17 lines
Diff to previous 2.11
greatly improved file handling -- lib search and directory change

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 09:52:11 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.10: +37 -11 lines
Diff to previous 2.10
bug fixes associated with new mist type

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 18:29:06 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.9: +19 -0 lines
Diff to previous 2.9
added M_MIST type

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 08:56:18 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -15 lines
Diff to previous 2.8
added missing tinvers initialization for OBJ_FACE

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 09:19:36 1994 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.7: +7 -1 lines
Diff to previous 2.7
added warning about empty input

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 16:12:46 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.6: +0 -2 lines
Diff to previous 2.6
Removed problematic math function declarations

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:15:44 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.5: +27 -26 lines
Diff to previous 2.5
Changes for PC port

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 25 11:49:46 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +8 -10 lines
Diff to previous 2.4
made text() more flexible for proportional spacing

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu May 28 12:33:20 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +6 -12 lines
Diff to previous 2.3
fixed bug in xfcomm() causing some things to go unexpanded

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 11:43:58 1992 UTC (32 years ago) by greg
Branch: MAIN
Changes since 2.2: +6 -6 lines
Diff to previous 2.2
fixed handling of surfaces

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 24 18:08:25 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.1: +6 -1 lines
Diff to previous 2.1
fixed bug in addxform() when arrays are used

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:04:57 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.17: +0 -0 lines
Diff to previous 1.17
updated revision number for release 2.0

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 15:37:47 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.16: +12 -8 lines
Diff to previous 1.16
changed double var[3] to FVECT var

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 13:32:58 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.15: +33 -2 lines
Diff to previous 1.15
added -I option to invert surfaces in scene

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jul 23 15:24:21 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.14: +23 -17 lines
Diff to previous 1.14
moved readfargs() to library

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 09:43:40 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.13: +122 -202 lines
Diff to previous 1.13
moved readfargs() and freefargs() to library

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 13:45:09 1991 UTC (33 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.12: +21 -15 lines
Diff to previous 1.12
added -m option to xform

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 14:58:03 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.11: +40 -44 lines
Diff to previous 1.11
added compound matrix type

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 11:51:17 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.10: +57 -59 lines
Diff to previous 1.10
uses otypes.h for initialization and compatibility

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 09:16:03 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.9: +24 -14 lines
Diff to previous 1.9
eliminated unnecessary processing for xform -e

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 19:34:17 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.8: +9 -0 lines
Diff to previous 1.8
Improved argument error checking.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 5 09:49:04 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.7: +46 -3 lines
Diff to previous 1.7
Added array capability.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 16:28:14 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.6: +18 -22 lines
Diff to previous 1.6
Added multi-line commands.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 13:09:54 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Added exapand option to piped command

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 10:09:07 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +42 -1 lines
Diff to previous 1.4
reinstated spot type, glow also

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 08:40:59 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -42 lines
Diff to previous 1.3
No more spot type, fewer parameters for glow type

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 22 14:51:02 1989 UTC (34 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
eliminated unnecessary test

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 11:36:59 1989 UTC (35 years ago) by greg
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
added texdata type

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 11:16:33 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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