ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/README
Revision: 2.1
Committed: Tue Nov 12 17:01:06 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.1: +0 -0 lines
Log Message:
updated revision number for release 2.0

File Contents

# Content
1 OCTREE GENERATOR
2 SCCSid "$SunId$ LBL"
3
4 This directory contains the octree generation program "oconv" and the
5 bounding box sidekick "getbbox".
6
7 plocate.h header for 3D vector location
8 bbox.c routines for bounding box computation
9 clip.c routine to clip 3D line segments to a box
10 getbbox.c compute bounding box for scene files
11 initotypes.c initialize ofun[] list for octree generator
12 initotypes2.c initialize ofun[] list for bounding box checker
13 o_cone.c routines for intersecting cubes with cones
14 o_face.c routines for creating octrees for polygonal faces
15 o_instance.c routines for creating octrees for other octrees
16 oconv.c main program for object to octree conversion
17 plocate.c routine to locate 3D vector w.r.t. box
18 readfargs.c allocate, read and free object arguments
19 readobj2.c routines for reading in object descriptions
20 sphere.c routines for creating octrees for spheres
21 writeoct.c routines for writing octree information to stdout