ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/readme.txt
(Generate patch)

Comparing ray/src/cv/mgflib/readme.txt (file contents):
Revision 1.5 by greg, Thu Sep 1 09:50:27 1994 UTC vs.
Revision 1.6 by greg, Tue Mar 7 14:53:29 1995 UTC

# Line 110 | Line 110 | mg_ehand entries to c_hcolor if you intended to suppor
110   materials.)  A list of related mg_ehand assignments is given below:
111  
112          mg_ehand[MG_E_COLOR] = c_hcolor;
113 +        mg_ehand[MG_E_CCT] = c_hcolor;
114          mg_ehand[MG_E_CMIX] = c_hcolor;
115          mg_ehand[MG_E_CSPEC] = c_hcolor;
116          mg_ehand[MG_E_CXY] = c_hcolor;
# Line 232 | Line 233 | Two example translator programs are included with this
233  
234   The simplest is a translator from MGF to MGF called mgfilt.c, which
235   produces on the standard output only those entities from the standard
236 < input that are supported according to the command line arguments.  For
237 < example, one could remove everything but the raw, flat polygonal
236 > input that are supported according to the first command line argument.
237 > For example, one could remove everything but the raw, flat polygonal
238   geometry with the following command:
239  
240 <        mgfilt v p f xf < any.mgf > faces.mgf
240 >        mgfilt v,p,f,xf any.mgf > faces.mgf
241  
242   Note that the xf entity must also be included, for its support is
243   required by all geometric entities.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines