Jutinidlerz
7ccf12ed28
Add `zoomchange`, `fullscreenchange` event fired
6年前
Matthew Petroff
35083170d5
Add config parameter to use `minHfov` for `multires` panoramas.
Normally, the value of `minHfov` is ignored for said panoramas, and an
automatically calculated value is used instead.
6年前
Matthew Petroff
01f932ef81
Document hot spot `target` parameter.
6年前
Hrumpa
ba35ea8ffe
Let customize target attribute for URL HotSpots
Sometimes it is needed to open HotSpot link right in the same frame ("_self") or in a named one.
6年前
Matthew Petroff
6075298162
Check for renderer before attempting resize.
6年前
matejsoukup
a99d4eaa1c
Partial panorama default cube size fix
Change computation of cube size - taking haov into account
6年前
Matthew Petroff
d51ade0e2c
Add note about app frameworks to readme.
6年前
Matthew Petroff
60c4d5d606
Don't add extra parameters to JSON config file ( fixes #624 ).
6年前
Matthew Petroff
3bf25d528b
Merge pull request #613 from gcangussu/611-wrong-URL-decoding
Removed wrong encodings of URLs (fixes #611 ).
6年前
Gabriel Cangussu
02a639f166
Fix double encoding URLs and better protect against XSS atacks.
6年前
Gabriel Cangussu
465c5a0767
Removed wrong encodings of URLs ( fixes #611 ).
6年前
Matthew Petroff
b232a6bc70
Use CSS class for setting hot spot cursor.
6年前
Matthew Petroff
c94815ee31
Allow hot spots to be removed from scenes that aren't currently loaded ( fixes #601 ).
6年前
Matthew Petroff
428d4d7bef
Merge pull request #600 from Sherlock-Photography/multires-parallel
Support parallel requests for multiRes panorama tiles
6年前
Nicholas Sherlock
31e7302b92
Support parallel requests for multiRes panorama tiles
6年前
Matthew Petroff
8934629cbb
Generate all multires tiles when using full panorama, and when skipping tiles, make sure the tile color matches the background color.
6年前
Matthew Petroff
ed05162933
Allow for generating large multires images with Pillow >5.0.
6年前
Matthew Petroff
9f33510020
Fix build regression introduced in 0c92d85b11
( fixes #587 ).
6年前
Matthew Petroff
c471a06c32
Fix regression in fallback renderer ( fixes #583 ).
6年前
David von Oheimb
0c92d85b11
support also partial cubemap/fallback images: backgroundColor for missing face(s) ( #570 )
* support also partial cubemap/fallback images: backgroundColor for missing face(s)
* extend multires/generate.py to cylindrical input and partial panoramas
* fixed a few typos in new help strings of generate.py
* Missing cubemap faces now need to be defined as null in the configuration
* made generate.py strict again on existing output directory, printing descriptive error message
* replaced unsafe eval by ast.literal_eval in generate.py
* a couple of minor improvements regarding 'undefined' in libpannellum.js
* made generate.py allow existing output directory in debug mode
for convenience, no need to delete output directory every time while testing
6年前
David von Oheimb
edc587cd89
avoid showing out-of-range areas of partial (cylindrical) panoramas ( #567 )
* prevent display of out-of-range areas of partial (cylindrical) panoramas
by adaping min/may yaw and max horizontal fov, this no background (empty space) shown
* improvements as requested: made view restrictions optional, etc.
* extend documentation to describe new avoidShowingBackground option
6年前
Matthew Petroff
c979ff362e
Add background color support for multires panoramas.
6年前
Jonathan Bowman
e67c946f5e
Added config option to adjust the drag speed by a factor ( #556 )
6年前
David von Oheimb
d402e4afd5
fix a copy&paste error on check for movement stop if opposite controls are pressed ( #564 )
6年前
Matthew Petroff
97daf7d186
Revert "start supporting backgroundColor for Cube and Mulitres panoramas"
This reverts commit 2491c2b4dc
.
6年前
David von Oheimb
2491c2b4dc
start supporting backgroundColor for Cube and Mulitres panoramas
6年前
David von Oheimb
034d27a22b
avoid loading invisible files for partial panos of any image type ( #562 )
Avoid loading invisible files for partial panos of any image type.
6年前
Matthew Petroff
9ba4c93c3c
Clarify documentation for `targetHfov` parameter.
6年前
Daniel Morgenstern
96224e4a48
Ignore IntelliJ Files
6年前
Matthew Petroff
46b6b9c073
Change `usedKeyNumbers` parameter to `capturedKeyNumbers` to be more descriptive.
6年前
Daniel Morgenstern
7a8892b7c6
fixes Make `usedKeyNumbers` configurable #554
6年前
Matthew Petroff
ea2a501eab
Prep for release.
6年前
Matthew Petroff
2031720700
Fix touch input issue on Chrome for Android ( fixes #551 ).
6年前
Matthew Petroff
2f64204a16
Allow method to work when no scene has been loaded yet ( fixes #549 ).
6年前
Matthew Petroff
658183196b
Prep for release.
6年前
Matthew Petroff
2341ef6b2b
Bump copyright year.
6年前
Matthew Petroff
67cd2f5c93
Add method to retrieve viewer's container element (implements #463 ).
6年前
Matthew Petroff
2de1706be0
Allow CORS setting to be configured (implements #515 ).
6年前
Matthew Petroff
14a7032a52
Add method to check if device orientation control is active (implements #524 ).
6年前
Matthew Petroff
aa8636227d
Use WebGL context size instead of canvas size.
7年前
Matthew Petroff
3cdadaa42f
Fix bug where default image type argument didn't work for libpannellum.
7年前
Matthew Petroff
f0a7fcf02c
Fix bug related to removing hot spots.
7年前
Matthew Petroff
793918c255
Don't show hand cursor when dragging is disabled.
7年前
Matthew Petroff
499fff145d
Add option to disable keyboard controls.
7年前
Matthew Petroff
83a66bdac5
Fix regression that broke keyboard controls in 64c337beff
.
7年前
Matthew Petroff
90b03f84db
Fix regression introduced in 93f3df1431
.
7年前
Matthew Petroff
8c992e822a
Add link to translations to README.
7年前
Matthew Petroff
f0fcf31998
Fix bugs that caused yaw angle to jump when turning on device orientation control.
7年前
Matthew Petroff
93f3df1431
Add translation support (implements #147 ).
7年前
Matthew Petroff
9c5d3212a6
Make sure yaw animation is in shortest direction.
7年前