Matthew Petroff
965f388ac6
Fix CSS bug.
преди 9 години
Matthew Petroff
6c338b5df8
Display informative error when opened from local filesystem.
преди 9 години
Matthew Petroff
255cc98d7f
Merge pull request #74 from umbreak/patch-8
Moving from visibility to display due to Chrome bug
преди 9 години
Matthew Petroff
71b0a0c21f
Fix bug with fade when rapidly changing scenes ( fixes #73 ).
преди 9 години
Didac
379dd04274
Moving from visibility to display due to Chrome bug
If you animate the hotspot (which is not the default case for pannellum, but which it could be) with an infinite CSS keyFrame animation, `vissibility:hidden` has an error in Chrome, as I described here: http://stackoverflow.com/questions/30167467/css-infinite-animation-after-hidden-is-not-resetted-chrome
преди 9 години
Didac
cc8b9161c6
Changing visibility for display due to a bug in Chrome
If you animate the hotspot (which is not the default case for pannellum, but which it could be) with an infinite CSS keyFrame animation, `vissibility:hidden` has an error in Chrome, as I described here: http://stackoverflow.com/questions/30167467/css-infinite-animation-after-hidden-is-not-resetted-chrome
преди 9 години
Matthew Petroff
8c3c6ca0f6
Use HTTPS link.
преди 9 години
Matthew Petroff
e1947f601a
Another DOM leak fix.
преди 9 години
Matthew Petroff
6d60b961ba
Fix DOM leaks.
преди 9 години
Matthew Petroff
d057de448e
Merge pull request #71 from jlehtine/multiresjpegquality
Added an option to specify output JPEG quality for multires generation script.
преди 9 години
Johannes Lehtinen
ce5e6d4b81
Added a -q/--quality option to specify output JPEG quality.
преди 9 години
Matthew Petroff
fbfb287a4f
Merge pull request #70 from jlehtine/master
Added an option for specifying the multires cube size
преди 9 години
Johannes Lehtinen
69908bc449
Added a -c/--cubesize option for specifying the cube size to the multires generation script. Default is to automatically determine cube size as before.
преди 9 години
Matthew Petroff
028fc1d46f
Don't override existing configuration with GPano XMP data.
преди 9 години
Matthew Petroff
59b13f2f88
Merge branch 'master' of github.com:mpetroff/pannellum
Conflicts:
src/js/libpannellum.js
преди 9 години
Matthew Petroff
e69b4640ac
Fix vOffset bug and GPano XMP bug.
преди 9 години
Matthew Petroff
dcb7d603f7
Clean up pull request.
преди 9 години
Matthew Petroff
952e986f72
Merge pull request #67 from mko-x/master
Fix 'undefined' path elements if using multiRes without explicit setting it's basePath config value + minor improvements
преди 9 години
mko
8c4ec7bd1e
force reduction of linkage via freeing references
преди 9 години
mko
39590a6b00
Fix unexpected 'undefined' path
Added missing checks of (optional and uninitialized) basePath attribute of config.multiRes. So default basePath/ tourConfig's basePath and multires basePath are the same if there is no explicit setting.
преди 9 години
mko
04ca9d02ab
Do not prefix paths with dot
Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
преди 9 години
mko
be6d3870de
update git ignore
преди 9 години
mko
baf955216a
add git ignore
преди 9 години
Matthew Petroff
dba5e8ff97
Use strict comparison.
преди 9 години
Matthew Petroff
6c9daa82ec
Merge pull request #63 from dpq/master
Added option to disable keyboard zooming
преди 9 години
David Parunakian
50d754456f
Added option to disable keyboard zooming
преди 9 години
Matthew Petroff
7731808e5a
Last commit broke things in Firefox.
преди 9 години
Matthew Petroff
f3372638c8
Make video panoramas work in Chrome.
преди 9 години
Matthew Petroff
8bb0f0f09a
Fix typo in previous commit.
преди 9 години
Matthew Petroff
8813396171
Don't append base path when image path is absolute.
преди 9 години
Matthew Petroff
ab0e1fe9b4
Use Git version hash instead of version number when not building a release.
преди 9 години
Matthew Petroff
653af08f8e
Fix display of about message.
преди 9 години
Matthew Petroff
d76b9f9709
Resize renderer instead of reinitializing on size change.
преди 9 години
Matthew Petroff
dd35437825
Make error message work in IE 9 again.
преди 9 години
Matthew Petroff
ea42bfd35e
Make CSS 3D fallback viewer work in IE 10/11.
преди 9 години
Matthew Petroff
2bfce35229
Fix zoom out jerkiness in Chrome ( fixes #61 ).
преди 9 години
Matthew Petroff
5cc12a0048
Fix jumping while panning around +180/-180 degrees ( fixes #62 ).
преди 9 години
Matthew Petroff
bd3990ee60
Performance improvements.
преди 9 години
Matthew Petroff
f2a787fdbc
Add hot spot debug option to assist with positioning hot spots (implements #59 ).
преди 9 години
Matthew Petroff
f8dfee9d63
BREAKING CHANGE! Reverse sign of hot spot yaw so it makes sense.
преди 9 години
Matthew Petroff
3e64ee9d89
Relax touch move timeout ( fixes #55 ).
преди 9 години
Matthew Petroff
cf58e20f0e
Minor changes to readme.
преди 9 години
Matthew Petroff
e70b15f5a2
Expand generate.py section in readme.
преди 9 години
Matthew Petroff
1590f56a99
Merge pull request #57 from hhkaos/patch-1
Update readme.md
преди 9 години
Matthew Petroff
84c1cd9bc1
Fix JSHint warnings.
преди 9 години
RaulJimenezOrtega
fb08457b27
Update readme.md
Adding some notes about how to generate multires images ^_^ (it took me some time to figure it out hehe).
Thanks by the way for this lib! I love it :D
преди 9 години
Matthew Petroff
fda20f90d9
Handle IE 11 silently failing for NPOT cubemaps.
преди 9 години
Matthew Petroff
eeee2b7bf9
Add more error messages.
преди 9 години
Matthew Petroff
0c05788b93
Don't use WebGL for cubemaps in iOS due to bug with NPOT textures.
преди 9 години
Matthew Petroff
d4bb429cde
Move size detection error to check size before rendering since iOS does not throw an error when an image is too big.
преди 9 години