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

Comparing ray/src/cv/mgflib/mgfdoc.tr (file contents):
Revision 1.13 by greg, Wed Feb 21 14:26:43 1996 UTC vs.
Revision 1.14 by greg, Wed Feb 21 15:46:44 1996 UTC

# Line 283 | Line 283 | ring, torus, prism
283   T}
284   Material        m       2-sided black   T{
285   sides, rd, td,
286 < ed, rs, ts
286 > ed, rs, ts, ir
287   T}      T{
288   f, sph, cyl, cone,
289   ring, torus, prism
# Line 1675 | Line 1675 | EXAMPLE
1675   # A 100-watt incandescent bulb (1600 lumens) modeled as a sphere
1676   m
1677          c
1678 <        cct 3000
1678 >                cct 3000
1679          ed 87712
1680   v cent =
1681          p 0 0 0
# Line 3434 | Line 3434 | and return one of the non-zero values from "parser.h"
3434   #define MG_EUNK         1               /* unknown entity */
3435   #define MG_EARGC                2               /* wrong number of arguments */
3436   #define MG_ETYPE                3               /* argument type error */
3437 < #define MG_EILL                         4               /* illegal argument value */
3437 > #define MG_EILL                 4               /* illegal argument value */
3438   #define MG_EUNDEF               5               /* undefined reference */
3439   #define MG_ENOFILE              6               /* cannot open input file */
3440   #define MG_EINCL                7               /* error in included file */
# Line 3444 | Line 3444 | and return one of the non-zero values from "parser.h"
3444   #define MG_ELINE                11              /* input line too long */
3445   #define MG_ECNTXT               12              /* unmatched context close */
3446  
3447 < #define MG_NERRS        13
3447 > #define MG_NERRS                13
3448   .DE
3449   If it is inappropriate to send output to standard error, the calling
3450   program should use the routines listed under
# Line 3867 | Line 3867 | To link identical vertices, one must also check that t
3867   transform has not changed, which is uniquely identified by the
3868   global
3869   .I xf_context->xid
3870 < variable, but only if one is using the parser libraries transform
3870 > variable, but only if one is using the parser library's transform
3871   handler.
3872   (See the
3873   .I xf_handler

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines