PhobosK
f176e29c88
Fix iOS onclick + hover bug
il y a 10 ans
Matthew Petroff
c45271e794
Merge pull request #14 from PhobosK/master
Fix autoRotate when limiting yaw and several other fixes
il y a 10 ans
PhobosK
574363cc20
Revert back setHfov(i) changes
il y a 10 ans
PhobosK
d10510f012
Fix autoRotate when limiting yaw
Fix error box behavior when loading next scene
Fix preview image behavior
Fix multires hfov behavior in fullscreen/wide mode
il y a 10 ans
Matthew Petroff
532395a359
Add options limiting hfov, pitch, and yaw (thanks PhobosK).
il y a 10 ans
Matthew Petroff
caf5192c72
Updated changelog for 2.0.1.
il y a 10 ans
Matthew Petroff
95281b3eff
Make keyboard controls work in Safari.
il y a 10 ans
Matthew Petroff
59aaac5c41
Fix hotspot tooltip bug.
il y a 10 ans
Matthew Petroff
37eed5dfa2
Prep for release.
il y a 10 ans
Matthew Petroff
2d95e3bd0d
Code cleanup with hints from JSHint.
il y a 10 ans
Matthew Petroff
bb79ede417
Add CORS support to multires.
il y a 10 ans
Matthew Petroff
d7a7c50b4a
Merge pull request #12 from gdebure/master
Allow displaying images and video in hotspots
il y a 10 ans
Guillaume de Bure
94dcb72655
Merge branch 'master' of https://github.com/mpetroff/pannellum.git into hotspots
il y a 10 ans
Guillaume de Bure
6529fe4efb
Fixes in the css that make hotspots behave a bit better with font-awesome
il y a 10 ans
Matthew Petroff
4c85270239
Update readme.
il y a 10 ans
Matthew Petroff
8068462402
Update configuration script fullscreen attributes.
il y a 10 ans
Matthew Petroff
8872fbbeec
Add fallback parameter to multires generator script.
il y a 10 ans
Matthew Petroff
ae14c5edbb
Improved error handling.
il y a 10 ans
Matthew Petroff
0950599a16
Made multires CSS 3D fallback optional.
il y a 10 ans
Guillaume de Bure
79850b4f90
Remove example video files, they were there just for testing...
...but they don't really make sense content wise
il y a 10 ans
Guillaume de Bure
f893587aec
Remove code that was superseeded by mpetroffs' c792b36d
Meaning that the css keyword in json is replaced by a header keyword
taking an html string as value. Example file updated accordingly
il y a 10 ans
Guillaume de Bure
3c606a794d
Merge branch 'master' of https://github.com/mpetroff/pannellum.git into hotspots
il y a 10 ans
Matthew Petroff
eb9a55448c
Fix tour bug.
il y a 10 ans
Matthew Petroff
062b01f754
Add 1px border to remove thin lines visible in CSS renderer.
il y a 10 ans
Matthew Petroff
03ae45055d
Fixed duplicated hotspots bug.
il y a 10 ans
Matthew Petroff
c792b36dd5
Added ability to add content to header (e.g. custom CSS).
il y a 10 ans
Matthew Petroff
2021bf55cf
Transition changelog to Markdown.
il y a 10 ans
Matthew Petroff
901726e3a4
Add fallback tiles to multires generation script.
il y a 10 ans
Matthew Petroff
1757439f0b
Fix bug in last commit.
il y a 10 ans
Matthew Petroff
1c9ec08f62
Fix bug with CSS 3D dragging.
il y a 10 ans
Matthew Petroff
fd87916972
Fix bug with hotspots not appearing.
il y a 10 ans
Matthew Petroff
94f8d12503
Fixed bug with tours.
il y a 10 ans
Matthew Petroff
c9cdd97c13
Updated default field of view.
il y a 10 ans
Matthew Petroff
32c6b196f4
Actually use hfov instead of vfov.
il y a 10 ans
Matthew Petroff
74ccc97422
Added zoom support to CSS 3D renderer.
il y a 10 ans
Guillaume de Bure
ad5b4ff7b5
Allow adding additional css files to the embedded html
Useful for using, (for example) fontawesome icons for hotspots
il y a 10 ans
Guillaume de Bure
c6ffdd5480
use style property for sizing hotspots content rather than width
il y a 10 ans
Guillaume de Bure
7b2daaca77
Image hotspots too
il y a 10 ans
Guillaume de Bure
317fa24114
First working version of video in hotspots
il y a 10 ans
Matthew Petroff
7a410bcfa0
Added preliminary CSS 3d transform renderer.
il y a 10 ans
Matthew Petroff
6a53f7436b
Merge pull request #8 from languitar/multires-improvements
Multires python script improvements
il y a 10 ans
Johannes Wienke
91005f8e61
Replace system calls with subprocess
Replaces the os.system call for nona with a subprocess.check_call call
to get informed about errors when calling nona instead of silently
ignoring them before failing with missing files.
il y a 10 ans
Johannes Wienke
27f48187b6
Let argparse print default values
Use a formatter for argparse to print default values instead of doing
this manually.
il y a 10 ans
Johannes Wienke
35dd023509
Check for nona and add command line argument
Checks for a nona executable and adds a command line argument to specify
an executable. The argument is required from the user in case nona
cannot be found on the path.
il y a 10 ans
Johannes Wienke
11b60f1f00
Require python3 in shebang line
Encode the explicit requirement on python 3 in the shebang line for
script usage.
il y a 10 ans
Matthew Petroff
a62693c22f
Added hotspot hover indication.
il y a 10 ans
Matthew Petroff
886a770021
More tweaks to hotspot tooltip positioning.
il y a 10 ans
Matthew Petroff
1ba1595d1c
Fixed generate.py bug (thanks wolke).
il y a 10 ans
Matthew Petroff
15ec2dba56
Formatting.
il y a 10 ans
Matthew Petroff
df0f0d8cd0
Actually fixed hotspot tooltip centering.
il y a 10 ans