home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 25 / FreelogHS25.iso / Dessin / ArtOfIllusion2.2.1 / README < prev   
Text File  |  2006-02-11  |  4KB  |  102 lines

  1. Art of Illusion v2.2.1
  2.  
  3. Copyright 1999-2006 by Peter Eastman
  4.  
  5. 1. Introduction
  6.  
  7. Art of Illusion is a free, open source 3D graphics studio.  It combines
  8. modelling, texturing, animation, and rendering in one application, with
  9. advanced features which compare favorably to those found in many commercial
  10. programs.
  11.  
  12. Art of Illusion is written entirely in Java.  It should (in theory) work
  13. under any Java Virtual Machine (JVM) which is compatible with Sun's Java
  14. Development Kit (JDK) 1.4 or later.  Instructions on how to run the
  15. program under various operating systems, as well as the complete source
  16. code, can be found at:
  17.  
  18. http://www.artofillusion.org
  19.  
  20. 2. License
  21.  
  22. This program is free software; you can redistribute it and/or modify it
  23. under the terms of the GNU General Public License as published by the Free
  24. Software Foundation; either version 2 of the License, or (at your option)
  25. any later version. 
  26.  
  27. This program is distributed in the hope that it will be useful, but
  28. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  29. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  30. for more details. 
  31.  
  32. You should have received a copy of the GNU General Public License along
  33. with this program; if not, write to the Free Software Foundation, Inc., 59
  34. Temple Place - Suite 330, Boston, MA 02111-1307, USA.  It can also be
  35. found on the Internet at http://www.fsf.org/copyleft/gpl.html.
  36.  
  37. 3. Acknowledgements
  38.  
  39. The following other people have made significant contributions to this
  40. project:
  41.  
  42. Rasmus Anthin: Swedish translations
  43. Michael Butscher: BMP export, various user interface improvements and
  44. other features
  45. Carmen DiMichele: most of the toolbar icons
  46. Francois Guillet: Script and Plugin Manager, French translations, a
  47. variety of plugins
  48. Duncan Hawes: the boolean modelling tutorial
  49. Norbert Krieg: POV-Ray export
  50. David Kuegler: German translations
  51. Julian MacDonald: User Manual, several tutorials, beta testing
  52. Ken McNeill: saving animations in Quicktime format
  53. Tanaka Masahiko: Japanese translations
  54. Rick van der Meiden: the Array tool, the Hourglass tutorial
  55. Julio Sangrador Paton: Spanish translations, running the website
  56. Alberto Porru: Italian translations (tutorials)
  57. Jan Rouvillain: Danish translations
  58. Paolo Scarpa: Italian translations (text in the application)
  59. Marcos Sobrinho: Portuguese translations
  60. David Turner: the Expression, Lighter, and Darker modules in the procedure
  61. editor
  62. Martin Winkelbauer: German translations
  63. David Eastman: lots of advice, helpful suggestions, and no small amount
  64. of blatant harrassment :)
  65. Catharine Eastman: testing, being patient with me when I program for
  66. hours on end, and a whole lot of other things!
  67.  
  68. 4. Other Licenses
  69.  
  70. Art of Illusion uses James R. Weeks' JPEG encoding classes for saving images
  71. to JPEG files.  The following copyright notice, distribution terms, and
  72. disclaimer apply only to these classes.  All other portions of the program
  73. are covered by the license terms given above. 
  74.  
  75. The JpegEncoder and its associated classes are Copyright (c) 1998, James
  76. R. Weeks and BioElectroMech.  This software is based in part on the work
  77. of the Independent JPEG Group.
  78.  
  79. Redistribution and use in source and binary forms, with or without
  80. modification, are permitted provided that the following conditions are
  81. met:
  82.  
  83. 1. Redistributions of source code must retain the above copyright notice,
  84. this list of conditions, all files included with the source code, and the
  85. following disclaimer.
  86. 2. Redistributions in binary form must reproduce the above copyright
  87. notice, this list of conditions and the following disclaimer in the
  88. documentation and/or other materials provided with the distribution.
  89.  
  90. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
  91. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  92. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  93. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
  94. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  95. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  96. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  97. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  98. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  99. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  100. SUCH DAMAGE.
  101.  
  102.