| 1 | greg | 1.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 |  |  | bbox.c          routines for bounding box computation | 
| 8 |  |  | getbbox.c       compute bounding box for scene files | 
| 9 | greg | 2.2 | init2otypes.c   initialize ofun[] list for bounding box checker | 
| 10 | greg | 1.1 | initotypes.c    initialize ofun[] list for octree generator | 
| 11 | greg | 2.2 | malloc.c        memory allocation routines | 
| 12 | greg | 1.1 | 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 |