home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / graphics / povsrc20 / mac.cat < prev    next >
Text File  |  1993-09-29  |  4KB  |  81 lines

  1. Persistence of Vision Raytracer POV-Ray 2.0 Catalog file.
  2.  
  3. NOTE: Due to the size of the Macintosh source code it is not being
  4. included in the POVSRC.ZIP archive.  POVSRC.SEA contains all of the
  5. necessary files for a Mac compilation of POV-Ray.  It is availible
  6. from the same place you obtained this file or from Graphics Developer's
  7. Forum on CompuServe (GO GRAPHDEV)
  8.  
  9. For reference, here is the contents of the \POVSRC\SOURCE directory.
  10. It contains source files for compiling for Apple Macintosh systems.
  11.  
  12. ===============================================================
  13. from Persistence of Vision Raytracer
  14. Copyright 1993 Persistence of Vision Team
  15. ---------------------------------------------------------------
  16. NOTICE: This source code file is provided so that users may experiment
  17. with enhancements to POV-Ray and to port the software to other platforms
  18. than those supported by the POV-Ray Team.  There are strict rules under
  19. which you are permitted to use this file.  The rules are in the file
  20. named POVLEGAL.DOC which should be distributed with this file. If
  21. POVLEGAL.DOC is not available or for more info please contact the POV-Ray
  22. Team Coordinator by leaving a message in CompuServe's Graphics Developer's
  23. Forum.  The latest version of POV-Ray may be found there as well.
  24.  
  25. This program is based on the popular DKB raytracer version 2.12.
  26. DKBTrace was originally written by David K. Buck.
  27. DKBTrace Ver 2.0-2.12 were written by David K. Buck & Aaron A. Collins.
  28.  
  29. ===============================================================
  30. The POVSRC.SEA archive is self-extracting, just double-click it, and
  31. show it where to save the files.
  32.  
  33. ===================== Mac-specific sources (MPW 3.2 & 3.3, and Think C 5 &
  34. 6)
  35. Animate.h,
  36. Animate.c ----------- Prompts for rendering animation info
  37. Config.h ------------ Mac version of the configuration header file.
  38. FileQueue.h,
  39. FileQueue.c --------- Input file queueing routines for ODOC aevt handling.
  40. ImageWindow.h,
  41. ImageWindow.c ------- Open, update, virtual, save routines for image window
  42.  
  43. Mac.cat ------------- this file
  44. PopupMenu.h,
  45. PopupMenu.c --------- Handle popups in dialogs
  46. POV-Ray 2.0 Notes --- Additional notes and tips
  47. POV-Ray 2.0 Readme -- The essential read-me document
  48. POV-Ray.make -------- MPW-specific make dependency file.
  49. POV-Ray.r ----------- MPW-specific resource source code file (SIZE rsrc)
  50. Pov.c --------------- Main application, mac-specific support routines.
  51. POV.Pi -------------- Think C 6.0 Project file
  52. POV.Pi.rsrc --------- POV Mac resources (dialogs, balloon help, icons etc.)
  53. POVLib.h ------------ Single header file that includes all general POV
  54.                       library headers (FileQueue.h, ScreenUtils.h, etc.)
  55. POVMac.h ------------ Header file for Pov.c (defines, typedefs, prototypes)
  56. POVMalloc.h,
  57. POVMalloc.c --------- malloc handling/garbage collection routines
  58. Printf2Window.h,
  59. Printf2Window.c ----- support code for redirecting C stdio to a window
  60. ProgressDialog.h,
  61. ProgressDialog.c ---- General-purpose progress bar handling for dialogs
  62. SaveCmpPict.h,
  63. SaveCmpPict.c ------- QuickTime compressed picture saving code for POV-Ray
  64. ScreenUtils.h,
  65. ScreenUtils.c ------- General-purpose screen/monitor routines
  66. Stdio_p2w.h --------- header file for Printf2Window.c, used by Config.h
  67. TemplateMenu.h,
  68. TemplateMenu.c ------ Template text insertion menus
  69. TextEditor.h,
  70. TextEditor.c -------- Code for the POV-Ray Source definition file editor.
  71.  
  72. ===================== QuickTime 1.6 MPW interfaces from Apple
  73. Components.h
  74. ImageCodec.h
  75. ImageCompression.h
  76. MediaHandlers.h
  77. Movies.h
  78. MoviesFormat.h
  79. QuickTimeComponents.h
  80. StdCompressionGlue.o
  81.