Revision: | 2.4 |
Committed: | Sat Feb 22 02:07:26 2003 UTC (21 years, 7 months ago) by greg |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R5, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD |
Changes since 2.3: | +1 -1 lines |
Log Message: | Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release |
# | Content |
---|---|
1 | OCTREE GENERATOR |
2 | SCCSid "@(#)README 2.3 8/25/95 LBL" |
3 | |
4 | This directory contains the octree generation program "oconv" and the |
5 | bounding box sidekick "getbbox". |
6 | |
7 | bbox.c routines for bounding box computation |
8 | getbbox.c compute bounding box for scene files |
9 | init2otypes.c initialize ofun[] list for bounding box checker |
10 | initotypes.c initialize ofun[] list for octree generator |
11 | malloc.c memory allocation routines |
12 | o_cone.c routines for intersecting cubes with cones |
13 | o_face.c routines for creating octrees for polygonal faces |
14 | o_instance.c routines for creating octrees for other octrees |
15 | oconv.c main program for object to octree conversion |
16 | readfargs.c allocate, read and free object arguments |
17 | readobj2.c routines for reading in object descriptions |
18 | sphere.c routines for creating octrees for spheres |
19 | writeoct.c routines for writing octree information to stdout |