ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/CHANGES
Revision: 1.1
Committed: Sat Feb 22 02:07:23 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1, rad4R0, rad3R5, rad3R6, rad3R6P1, rad3R8, rad3R9
Log Message:
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

File Contents

# Content
1 LIST OF CHANGES SINCE 1.0 RELEASE
2
3 Modified setspectrum() in context.c to allow negative spectral values,
4 so that complimentary color systems will work with cmix.
5
6 Added test and error condition for input line too long ( > 4096 bytes).
7
8 Changed mgfilt so as to expand any included files for version conformance.
9
10 Fixed minor bug in parser.c e_include() function where it didn't close the
11 input file if the transform had an error.
12
13 Added error for closing hierarchical context that was never opened.
14
15 Created cvrgb.c module for converting to programmer-defined RGB color space.
16
17 Created mgf2inv translator from MGF to Inventor 1.0, 2.0 and VRML 1.0 formats.
18
19 Modified 3ds2pov program to produce MGF output also.
20
21 ========================================================================
22 CHANGES SINCE 1.1 RELEASE
23
24 Added fh entity for faces with holes and cleaned up prototype
25 declarations using suggestions by Philippe Bekaert.
26
27 Fixed header on VRML 1.0 output of mgf2inv.
28
29 Added Philippe Bekaert's performance improvements to lu_hash() and lu_find().
30
31 Added client data pointers to context structures (vertex, color, material).