ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/README
Revision: 2.2
Committed: Wed Sep 30 11:57:10 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.1: +5 -1 lines
Log Message:
added descriptions of .cal files

File Contents

# User Rev Content
1 greg 1.1 GENERATOR PROGRAMS
2     SCCSid "$SunId$ LBL"
3    
4     This directory contains programs for generating and transforming
5     Radiance scene descriptions.
6    
7     mkillum.h common definitions for mkillum
8 greg 2.2 genbeads.c generate a string of spheres using Hermite curve
9 greg 1.1 genblinds.c make some curved or flat venetian blinds
10     genbox.c generate a parallelepiped
11     genprism.c generate a prism
12     genrev.c program to generate functions of rotation about z
13     gensky.c program to generate sky functions
14     gensurf.c program to generate functional surfaces
15     genworm.c program to generate worms (strings with varying thickness)
16     hermite3.c routines for 3D hermite curves
17 greg 2.2 illum.cal function file for mkillum output
18 greg 1.1 mkillum.c make illum sources for optimizing rendering process
19     mkillum2.c routines to do the actual calculation for mkillum
20     mkillum3.c routines to print mkillum objects
21     replmarks.c replace markers with objects or instances
22 greg 2.2 rev.cal function file for smoothing option of genrev
23     skybright.cal function file for gensky output
24 greg 1.1 sun.c solar postion calculations
25 greg 2.2 surf.cal function file for gensurf smoothing
26 greg 1.1 xform.c program to transform object files