ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/CHANGES
Revision: 1.2
Committed: Tue Feb 22 15:58:41 2011 UTC (13 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R2P1, rad5R3, HEAD
Changes since 1.1: +3 -0 lines
Log Message:
Finish of code reorg, moving MGF library into src/cv and src/common

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).
32
33 Subsumed MGF library into main Radiance distribution, in src/cv and src/common
34 directories. Files from the library proper are named src/common/mgf_*.[hc].