home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / SRC / OT / README < prev    next >
Text File  |  1993-10-07  |  1KB  |  23 lines

  1.         OCTREE GENERATOR
  2.         SCCSid "@(#)README 2.2 9/30/92 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. init2otypes.c    initialize ofun[] list for bounding box checker
  12. initotypes.c    initialize ofun[] list for octree generator
  13. malloc.c    memory allocation routines
  14. o_cone.c    routines for intersecting cubes with cones
  15. o_face.c    routines for creating octrees for polygonal faces
  16. o_instance.c    routines for creating octrees for other octrees
  17. oconv.c        main program for object to octree conversion
  18. plocate.c    routine to locate 3D vector w.r.t. box
  19. readfargs.c    allocate, read and free object arguments
  20. readobj2.c    routines for reading in object descriptions
  21. sphere.c    routines for creating octrees for spheres
  22. writeoct.c    routines for writing octree information to stdout
  23.