Matthew Petroff
|
c2da347b66
|
Add method to API to toggle fullscreen.
|
8 years ago |
Matthew Petroff
|
943d29d707
|
Allow URL to be specified for image hot spots and use URLs relative to config file for image and video hot spot sources.
|
8 years ago |
Matthew Petroff
|
0d286fea43
|
Add API method to get current scene ID.
|
8 years ago |
Matthew Petroff
|
06d398e350
|
Allow hot spots to specify target HFOV and add `loadScene` method to API.
|
8 years ago |
Matthew Petroff
|
9c417a3ed2
|
Make sure hfov is a number and remove some unneeded code.
|
8 years ago |
Matthew Petroff
|
181deefb6f
|
Set XMLHttpRequest `Accept` header to request images (fixes bug with Imgur).
|
8 years ago |
Matthew Petroff
|
3813307f71
|
Better restrict yaw.
|
8 years ago |
Matthew Petroff
|
c5ff999e16
|
Add warning for when HFOV bounds don't make sense.
|
8 years ago |
Matthew Petroff
|
01177e70b8
|
Remove unwanted assignments.
|
8 years ago |
Matthew Petroff
|
f32badcd0a
|
Only use multires zoom calculation to increase zoom (not decrease it) and handle case where minimum HFOV is greater than maximum HFOV (fixes #107).
|
8 years ago |
Matthew Petroff
|
4da2d96a3e
|
Display error message for malformed panorama URLs.
|
8 years ago |
Matthew Petroff
|
4976b68095
|
Fix reading of XMP data.
|
8 years ago |
Matthew Petroff
|
9b4050552f
|
Use Array indexOf method for browsers that don't have TypedArray indexOf method.
|
8 years ago |
Matthew Petroff
|
d1999f5f0b
|
Replace `readAsBinaryString` with `readAsArrayBuffer` to work with IE 11 (fixes #104).
|
8 years ago |
Matthew Petroff
|
848037b13c
|
Fix handling of protocol relative and site relative URLs.
|
8 years ago |
Matthew Petroff
|
523ffefd43
|
Created separate function for calculating panorama coordinates of mouse event.
|
8 years ago |
Matthew Petroff
|
f895a4cb81
|
Bump copyright year.
|
9 years ago |
Arthur Peters
|
0ecf742c19
|
Add support for URL specified firstScene.
This allows references to the standalone viewer to start in the
"middle" of a tour.
|
9 years ago |
Matthew Petroff
|
67ecccb1b5
|
Support Pointer Events for touch support in IE / Edge (fixes #91).
|
9 years ago |
Matthew Petroff
|
7a07d64639
|
NPOT cubemaps still don't work in iOS 9.
|
9 years ago |
Matthew Petroff
|
b108152459
|
Display error for iOS 8 for non-progressive encoded JPEGs (fixes #64 and #77).
|
9 years ago |
Matthew Petroff
|
c1317b1dfb
|
Fix bug in handling of XMP pitch and roll data.
|
9 years ago |
Matthew Petroff
|
473a2b2f81
|
Revert "Ignore zero degree heading in XMP data since it's used as a placeholder by some cameras that don't have a magnetometer (e.g. Ricoh Theta)."
This reverts commit 37d62a6043 .
|
9 years ago |
Matthew Petroff
|
cd608eaf2e
|
Make display of title and author more consistent across different browsers.
|
9 years ago |
Matthew Petroff
|
a5e490b2d5
|
Fix some high DPI-related bugs.
|
9 years ago |
Matthew Petroff
|
0c3a63083a
|
Don't continue when JSON can't be loaded.
|
9 years ago |
Matthew Petroff
|
37d62a6043
|
Ignore zero degree heading in XMP data since it's used as a placeholder by some cameras that don't have a magnetometer (e.g. Ricoh Theta).
|
9 years ago |
Matthew Petroff
|
8947ba5946
|
Prevent use of undocumented URL configuration parameters.
|
9 years ago |
Matthew Petroff
|
605cfba432
|
Show fullscreen button iff fullscreen is allowed.
|
9 years ago |
Matthew Petroff
|
4be8ffd403
|
Fix image hot spots (fixes #80).
|
9 years ago |
Matthew Petroff
|
6d3f374b34
|
Maintain aspect ratio of preview image.
|
9 years ago |
Matthew Petroff
|
36ee3aeb8f
|
Set page title to panorama title in standalone viewer.
|
9 years ago |
Matthew Petroff
|
98c6a58b1f
|
Fix Bootstrap CSS interactions.
|
9 years ago |
Matthew Petroff
|
648fd7880f
|
Bug fixes related to API-created instances.
|
9 years ago |
Matthew Petroff
|
eb5a0891cd
|
Greatly improve video support.
|
9 years ago |
Matthew Petroff
|
f70b01cf64
|
Fix bug with video.
|
9 years ago |
Matthew Petroff
|
ecf2010190
|
Fix bug in last commit.
|
9 years ago |
Matthew Petroff
|
82d1bc4b4e
|
Add error for when panorama image isn't specified.
|
9 years ago |
Matthew Petroff
|
e294e40b23
|
Escape strings and encode URIs to mitigate possible DOM XSS.
|
9 years ago |
Matthew Petroff
|
7f7065a570
|
Add high-DPI support (implements #85).
|
9 years ago |
Matthew Petroff
|
1dddfe7bd8
|
Fix bug with hot spots appearing above controls and title (and includes something I missed in last commit).
|
9 years ago |
Matthew Petroff
|
f64390d442
|
Fix hot spot display bug in Edge (fixes #90).
|
9 years ago |
Matthew Petroff
|
897bdc03ae
|
Minor cleanup.
|
9 years ago |
Matthew Petroff
|
3bc5e9c04c
|
Added support for `PosePitchDegrees` and `PoseRollDegrees` XMP tags (used by Ricoh Theta S).
|
9 years ago |
Matthew Petroff
|
28b7007940
|
Fix keyboard controls.
|
9 years ago |
Benjamin BERNARD
|
6950d401a7
|
Fix 'undefined' bug in fallback URLs (in library version)
|
9 years ago |
Matthew Petroff
|
994c3a9f49
|
Better separate minified standalone version from minified library version.
|
9 years ago |
Benjamin BERNARD
|
98fff919f0
|
Container position set to relative, for a better embed into an existing page. We don't want the viewer to be at a fixed place.
|
9 years ago |
Benjamin BERNARD
|
1d93a460cb
|
Keeping html and body CSS rules for standalone mode.
|
9 years ago |
Benjamin BERNARD
|
3abca0d0ee
|
Adding events to the container not the document (body) to be able to embed the viewer
|
9 years ago |