home *** CD-ROM | disk | FTP | other *** search
/ Freelog 56 / Freelog056.iso / ModeEmp / PTViewer / Readme.txt < prev    next >
Text File  |  2004-02-20  |  3KB  |  95 lines

  1. PTViewer.exe 
  2.  
  3. This is a native port of PTViewer 3.2 to Windows. 
  4. It does not require Java and runs from CD without 
  5. prior installation. It reads and displays the same 
  6. HTML files as the Java version. It is therefor possible
  7. to distribute shared tours displayable on any system 
  8. (Linux, MacOS, Windows, Java, non-Java) on a single 
  9. CD. Just supply the Java-viewer together with the 
  10. .exe version. For a detailed explanation of all 
  11. PTViewer commands, see my website 
  12. <http://www.fh-furtwangen.de/~dersch>
  13.  
  14. Like the Java viewer, PTViewer.exe may be invoked in
  15. three ways:
  16. (1) Load a HTML-file containing a PTViewer applet tag.
  17. This can be done via file-dialog or by dragging and dropping
  18. the HTML file onto PTViewer.exe
  19. (2) Directly load a Jpeg or Quicktime ('.mov') panorama
  20. (same procedure as (1), for QuicktimeVR see the notes
  21. in the PTViewer documentation).
  22. (3) Supply a HTML file named "default.html" with
  23. a PTViewer applet tag in the same directory as
  24. PTViewer.exe. This will be automatically opened
  25. when PTViewer.exe is started. This allows you to
  26. set up autostart tours.
  27.  
  28. Some PTViewer extensions are included:
  29. PTMViewer for Quicktime cubes, cylinders and objects,
  30. PTZoom, PTROI and PTCompass. All recent additions are included
  31. as well (HDR etc). 
  32.  
  33. There are some restrictions. The most severe is that
  34. GIF images are not supported. Use PNG instead
  35. which can be used for transparent images
  36. also, and which is also understood by the
  37. Java-version.
  38.  
  39. PTViewer.exe is compiled using gcj, the Java
  40. compiler from the FSF. Unfortunatly, the gcj-libraries
  41. lack support for AWT (the classes required for
  42. doing any graphics) so I had to write my own version
  43. of AWT. This was not trivial, expect bugs. One 
  44. strange feature that I did not manage to track down
  45. is a speed increase of the viewer if a DOS window
  46. is open at the same time. If someone has a clue
  47. please tell me.
  48.  
  49. In the course of this work I rewrote parts of
  50. PTViewer to become compatible with gcj including some
  51. optimization of the math routines. An updated version
  52. of the Java viewer will be published soon.
  53.  
  54. I have packaged PTViewer.exe together with a sample
  55. VR-panorama here:
  56. <http://www.fh-furtwangen.de/~dersch/PTViewerexe/PTViewerexe.zip>
  57.  
  58. License:
  59.  
  60. This program (PTViewer.exe) is distributed under the terms
  61. of the GNU public license. The license text is included in
  62. the file COPYING. As a special addition, the copyright holder of this
  63. program allows you to distribute copies of this program
  64. without supplying the source code (which currently is not
  65. included anyway) provided that each distributed copy of
  66. this program includes
  67. (a) the license text (this file and the file COPYING)
  68. (b) a notice describing where and how to obtain free copies
  69. of this program.
  70.  
  71. PTViewer.exe makes use of a couple of free resources 
  72. listed below:
  73.  
  74. (1) The gcj-runtime library "libgcj.a". 
  75.  
  76. (2) This software is based in part on the work of
  77. the Independent JPEG Group. It is linked with their JPEG library
  78. (www.jpeg.org)
  79.  
  80. (3) This software is linked with the  PNG library to read
  81. PNG format images. This library is Copyright (c) 1995, 
  82. 1996 Guy Eric Schalnat, Group 42, Inc.
  83.  
  84.  
  85.  
  86. Helmut Dersch
  87.  
  88. 02/14/2004
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.