Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

changelog.md 2.3 KiB

il y a 10 ans
il y a 12 ans
il y a 9 ans
il y a 9 ans
il y a 10 ans
il y a 12 ans
il y a 12 ans
il y a 12 ans
il y a 12 ans
il y a 12 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Changelog
  2. =========
  3. Changes in Pannellum 2.1.1
  4. --------------------------
  5. Bugfixes:
  6. - Force subpixel rendering for hot spots
  7. Changes in Pannellum 2.1.0
  8. --------------------------
  9. New Features:
  10. - Ability to limit pitch, yaw, and hfov extents
  11. - Can set starting pitch and yaw in scene linked to by hotspot
  12. - Pinch to zoom
  13. - Zoom and fullscreen controls can be hidden
  14. - "Inertia"
  15. - Option to begin auto rotating after a period of user inactivity
  16. - Use Photo Sphere XMP metadata for configuration
  17. - Preliminary equirectangular video support (no controls)
  18. Improvements:
  19. - Loading progress bar is displayed for equirectangular panoramas
  20. - Error message for image being to large for a device is now much more
  21. descriptive
  22. - Zoom level choosing for multiresolution panoramas is improved
  23. - Documentation of configuration parameters was added
  24. - Python 2.7 support for multiresolution tile generator script
  25. Bugfixes:
  26. - Fix bug where preview images wasn't always loaded for cubic panoramas
  27. - Hot spots are now displayed behind controls
  28. - Fix bug with multiresolution panoramas when `basePath` isn't defined
  29. - Error message displayed for IE 9
  30. Backwards-Incompatible Configuration Parameter Changes:
  31. - `voffset` changed to `vOffset`
  32. - `autorotate` changed to `autoRotate`
  33. - `autoload` changed to `autoLoad`
  34. - `autoLoad` value changed from `'yes'` to `true`
  35. Other:
  36. - Popout mode, for browsers that do not support the fullscreen API, has been
  37. removed
  38. Changes in Pannellum 2.0.1
  39. --------------------------
  40. Bugfixes:
  41. - Fix keyboard controls in Safari
  42. Changes in Pannellum 2.0
  43. ------------------------
  44. New Features:
  45. - New rendering backend
  46. - Multiresolution panoramas
  47. - Partial panoramas
  48. - Cubic panoramas
  49. - CSS 3D fallback renderer for multiresolution panoramas
  50. - JSON configuration files
  51. - Hot spots and tours
  52. - Compass headings
  53. Improvements:
  54. - More configuration options
  55. - New theme
  56. - Performance improvements
  57. - CORS support
  58. Bugfixes:
  59. - Numerous
  60. Changes in Pannellum 1.2
  61. ------------------------
  62. New Features:
  63. - Added keyboard panning controls
  64. - Added support for a fallback URL if WebGL is not supported
  65. Improvements:
  66. - Clarified load button text
  67. - Switched from raster to vector icons
  68. Bugfixes:
  69. - Added workaround for WebKit fullscreen regression