home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / api / intuitiv3d_API.README < prev    next >
Encoding:
Text File  |  1993-09-06  |  2.0 KB  |  50 lines

  1. Welcome to intuitiv'3d Application Programming Interface !
  2.  
  3. intuitiv'3d is an object oriented environment for doing photo-realistic pictures.
  4. The Application Programming Interface (API) allows you to add some new classes to this environment.
  5. We are very interested by your work with intuitiv'3d's API. A special e-mail address (intuitiv_api@cubx.com) has been created to allow you to speak with us about your projects. You can also submit technical questions about intuitiv'3d's API to this address. Keep in mind that Cub'x SystXmes could be interested by the commercialization of your project.
  6.  
  7. What can I do with intuitiv'3d's API ?
  8. With intuitiv'3d API, you can write the following kind of object:
  9.  
  10.     - New 3D shapes.
  11.     - New inspectors for theses 3D shapes.
  12.     - New 3D shape groups.
  13.     - New inspectors for these 3D shape groups.
  14.     - New lights
  15.     - New inspectors for these lights
  16.     - New shaders
  17.     - New inspectors for this shaders.
  18.  
  19. intuitiv'3d supports the concept of pre-rendering. When Pre-rendering the system calculates a picture only to use as a shader parameter. Your new object will be able to support shadow-mapping, surface-mapping and environment-mapping.
  20.  
  21. The modeler module of intuitiv'3d, Mathematica and ZZ-Volume data link module have been writen using intuitiv'3d API.
  22.  
  23. Contents
  24.  
  25. Documentation
  26. This folder contains the documentation you need to write a new module.
  27.  
  28. Examples
  29. This folder contains example source code for two intuitiv'3d modules. 
  30.  
  31. Headers
  32. This folder contains the Objective-C headers you need to compile new classes.
  33.  
  34. Script
  35. This folder contains the shell script used to translate a bundle into an intuitiv'3d module.
  36.  
  37. Template
  38. This folder contains some template files so that you won't have to begin from scratch everytime you write a new module.
  39.  
  40. For more information about intuitiv'3d, please contact us:
  41.  
  42. Cub'x SystXmes
  43. Immeuble Sedgwick James
  44. 7 rue E. & A. Peugeot
  45. 92563 Rueil Malmaison cedex
  46.  
  47. Fax: (33)-(1)  47 08 74 41 
  48. commercial e-mail: intuitiv@cubx.com
  49. technical e-mail for the API: intuitiv_api@cubx.com
  50.