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.11 by greg, Fri Dec 1 11:07:51 1995 UTC vs.
Revision 1.12 by greg, Mon Dec 4 12:27:04 1995 UTC

# Line 2501 | Line 2501 | SEE ALSO
2501   .NH
2502   MGF Translators
2503   .LP
2504 < Initially, there are four translators for MGF data, but only
2505 < one of these is distributed with the MGF parser itself,
2506 < .I mgfilt.
2504 > Initially, there are five translators for MGF data, but only
2505 > two of these are distributed with the MGF parser itself,
2506 > .I mgfilt
2507 > and
2508 > .I mgf2inv.
2509   Two of the other translators,
2510   .I mgf2rad
2511   and
# Line 2516 | Line 2518 | package\(dg.
2518   nestor.epfl.ch, or by WWW from
2519   "http://radsite.lbl.gov/radiance/HOME.html"
2520   .FE
2521 < A third translator,
2521 > The fifth translator,
2522   .I mgf2meta,
2523   converts to a 2-dimensional line plot, and is also
2524   distributed with Radiance.
# Line 2533 | Line 2535 | unwanted entities.
2535   In future releases of MGF, this utility will also be handy for
2536   taking new entities and producing older versions of MGF for
2537   translators that have not yet been updated properly.
2538 + .LP
2539 + Mgf2inv converts from MGF to Inventor or VRML format.
2540 + Some information is lost, because these formats do not support
2541 + physical light sources or materials.
2542   .ds LH Translators
2543   .ds RH MGFILT
2544   .bp
# Line 2595 | Line 2601 | mgfilt f,v,p,xf input.mgf > flatpoly.mgf
2601   .SH
2602   SEE ALSO
2603   .LP
2604 < i, mgf2rad, rad2mgf
2604 > i, mgf2inv, mgf2rad, rad2mgf
2605 > .ds RH MGF2INV
2606 > .bp
2607 > .SH
2608 > NAME
2609 > .LP
2610 > mgf2inv - convert from MGF to Inventor or VRML format
2611 > .SH
2612 > SYNOPSIS
2613 > .LP
2614 > .B mgf2inv
2615 > [
2616 > .B "-1|-2|-vrml"
2617 > ]
2618 > [
2619 > .B input ..
2620 > ]
2621 > .SH
2622 > DESCRIPTION
2623 > .LP
2624 > .I Mgf2inv
2625 > takes one or more MGF input files and converts it to
2626 > Inventor or VRML format.
2627 > If the
2628 > .I \-1
2629 > option is used, then Inventor 1.0 ASCII output is produced.
2630 > If the
2631 > .I \-2
2632 > option is used, then Inventor 2.0 ASCII output is produced.
2633 > (This is the default.)\0
2634 > If the
2635 > .I \-vrml
2636 > option is used, then VRML 1.0 ASCII output is produced.
2637 > .LP
2638 > This converter does not work properly for light sources, since
2639 > the output formats do not support IES-type luminaires with recorded
2640 > distributions.
2641 > Also, some material information may be lost because Inventor lacks
2642 > a physically valid reflectance model.
2643 > .SH
2644 > EXAMPLES
2645 > .LP
2646 > To take an MGF file and convert it to VRML format:
2647 > .IP
2648 > mgf2inv -vrml myscene.mgf > myscene.iv
2649 > .SH
2650 > SEE ALSO
2651 > .LP
2652 > mgf2rad, mgfilt, rad2mgf
2653   .ds RH MGF2RAD
2654   .bp
2655   .SH

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines