ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/README
Revision: 2.4
Committed: Wed Jun 22 15:33:20 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +3 -0 lines
Log Message:
added mgf2rad program

File Contents

# User Rev Content
1 greg 1.1 MODEL CONVERTER PROGRAMS
2     SCCSid "$SunId$ LBL"
3    
4     This directory contains translator programs between other scene modeling
5     languages and Radiance.
6    
7 greg 2.4 tmesh.h triangle mesh (barycentric coordinate) definitions
8 greg 1.1 trans.h translator definitions
9     arch2rad.c convert Architrion file to Radiance
10     ies2rad.c convert IES luminaire data to Radiance description
11 greg 2.2 lamp.tab default lookup table associating lamp types with colors
12 greg 1.1 lampcolor.c program to convert lamp color from table and compute radiance
13 greg 2.4 mgf2rad.c convert Material and Geometry Format to Radiance scene
14 greg 1.1 nff2rad.c convert Neutral File Format input to Radiance scene description
15 greg 2.3 obj2rad.c convert from Wavefront's .obj format to Radiance
16 greg 2.2 source.cal function file for light sources from ies2rad
17 greg 1.1 thf2rad.c convert GDS things file to Radiance scene description
18     thf2rad2.c modified thf2rad with different cylinder end caps
19 greg 2.2 tilt.cal computes tilt factor for ies2rad
20 greg 2.4 tmesh.c triangle mesh (barycentric coordinate) routines
21 greg 2.3 tmesh2rad.c converts from non-standard triangle mesh to Radiance
22 greg 1.1 trans.c translator utilities