Matthew Petroff
a8ace328bb
Fix device orientation for iOS 13 ( #797 ).
vor 5 Jahren
Matthew Petroff
f6ac45ba7f
Add note about HTTPS being needed for device orientation.
vor 5 Jahren
Matthew Petroff
1a7c71c062
Possibly fix request for device orientation permission ( #797 ).
vor 5 Jahren
Matthew Petroff
b1794add89
Revert "Temporarily revert 'Move `load` event to fire after rendering instead of before ( #768 ).'"
This reverts commit 6d12ef7968a484eb95802411c277260c3b867c5b, which restores
commit df4c45dd33
.
vor 5 Jahren
Matthew Petroff
c4d6a34790
Fix typo.
vor 5 Jahren
Matthew Petroff
a5ed9e64f3
Prep for release.
vor 5 Jahren
Matthew Petroff
a281267cf0
Add PDF of JOSS paper.
vor 5 Jahren
Matthew Petroff
6d12ef7968
Temporarily revert "Move `load` event to fire after rendering instead of before ( #768 )."
This reverts commit df4c45dd33
temporarily to
push a new point release.
vor 5 Jahren
Matthew Petroff
406d003e5c
Allow touch scrolling when `dragable` is false ( fixes #788 ).
vor 5 Jahren
Matthew Petroff
c3cf33a5db
Use a smaller canvas for splitting too large images ( fixes #785 ).
This fixes a silent error for iOS; WebGL texture size limit also applies to
canvas dimensions.
vor 5 Jahren
Matthew Petroff
bd2e6ec3ac
Add JOSS paper reference to readme.
vor 5 Jahren
Matthew Petroff
8b9cc48ca7
Request device orientation permission (untested).
This is needed for iOS 13+ for device orientation mode to work.
vor 5 Jahren
Matthew Petroff
df4c45dd33
Move `load` event to fire after rendering instead of before ( #768 ).
vor 5 Jahren
Matthew Petroff
1d8c3a7187
Update API documentation generation script for newer versions of Documentation.js.
vor 5 Jahren
Matthew Petroff
5e2e9c1e4f
Prep for release.
vor 5 Jahren
Matthew Petroff
0734cd806e
Fix build script Git detection.
vor 5 Jahren
Matthew Petroff
e1d4c9a5e5
Improved recovery from failed scene loading ( #755 ).
vor 5 Jahren
Matthew Petroff
6fe51935c8
Fix behavior of `multiResMinHfov` to match docs ( fixes #783 ).
vor 5 Jahren
Matthew Petroff
0972d3335a
Another minor proofreading change.
vor 5 Jahren
Matthew Petroff
5a058fac75
Minor proofreading changes to JOSS paper.
Garner's Modern English Usage (4th ed.) recommends "webpage" over "web page."
vor 5 Jahren
Matthew Petroff
c6dc2c8122
Merge pull request #780 from vsoch/add/missing-dockerfile-dependency
Adding missing Dockerfile dependency
vor 5 Jahren
Vanessa Sochat
4bb9df8983
adding missing dockerfile dependency
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
vor 5 Jahren
Matthew Petroff
9e506a46bf
Clarify nona error message further.
vor 5 Jahren
Matthew Petroff
83ec413b90
Merge pull request #779 from vsoch/add/generate-dockerfile
Adding complete example with Dockerfile to use generate.py
vor 5 Jahren
Matthew Petroff
37329ec247
Simplify dependencies in Dockerfile.
vor 5 Jahren
Matthew Petroff
1f06b1e5e3
Rewrite multires readme to not just be about Docker.
vor 5 Jahren
Vanessa Sochat
a886ab3518
adding complete example with Dockerfile to use generate.py
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
vor 5 Jahren
Will Calderbank
447537fbb0
Stop animate loop running after destroy has been called
vor 5 Jahren
Matthew Petroff
f9749f9b5e
Make issue with missing `nona` more obvious.
vor 5 Jahren
Matthew Petroff
539fdc2749
Substantially rework parts of readme to try to address #771 .
vor 5 Jahren
Matthew Petroff
bf5f14691e
Add note about feature branches for pull requests.
vor 5 Jahren
Matthew Petroff
e622878ff2
Remove CircleCI configuration, since Travis CI is working now.
vor 5 Jahren
Matthew Petroff
6675d15d9d
Try Travis CI build with Chrome.
vor 5 Jahren
Vanessasaurus
13ceeb6056
Squashed commits for fixing CI.
try adding circle config (#1 )
* adding automated tests to run on Circle with selenium, still need to add screenshots
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Try taking screenshot (#2 )
Adding screenshots (working) back in to tests, ready to PR to upstream
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Don't include driver binaries.
Take screenshot of only viewer element.
Don't remove Travis config, at least for now.
Run Black on tests script.
Fix automated tests for Firefox and some formatting changes.
Update test documentation.
vor 5 Jahren
Matthew Petroff
ac72b8cabf
Update examples documentation per #772 .
vor 5 Jahren
Matthew Petroff
46c89c4155
Revert "Another attempt at headless testing with Travis CI."
This reverts commits 2d0230dd4e1ae77a1d7dd8705fedf0f5f4c40156,
9e23ee0b5708bb96552d15571ec966f604a43301,
e996faa86c9dcc4c3e4a859cbb75567d4e3ace91,
and d204ac06d5
.
vor 5 Jahren
Matthew Petroff
d204ac06d5
Fix typo in previous commit.
vor 5 Jahren
Matthew Petroff
e996faa86c
Try fixing previous commit.
vor 5 Jahren
Matthew Petroff
9e23ee0b57
Print browser console logs when tests fail.
vor 5 Jahren
Matthew Petroff
2d0230dd4e
Another attempt at headless testing with Travis CI.
Try to replace Sauce Labs, so CI works for pull requests (#774 ).
Based on configuration at 60c73499fc/README.md
.
vor 5 Jahren
Matthew Petroff
405bdc717d
Explicitly state prefered method for seeking support ( #773 ).
vor 5 Jahren
Matthew Petroff
982242c7f9
Clarify directions for viewing examples ( #772 ).
vor 5 Jahren
Matthew Petroff
5e682d0ff3
Add `CONTRIBUTING.md` file per JOSS review suggestion ( #770 ).
vor 5 Jahren
Matthew Petroff
fb918f1f36
Update JOSS paper to address comments by @vsoch (issue #769 ).
vor 5 Jahren
Will Calderbank
3bbc5574cb
Add scale option to hot spot ( #760 )
* Add scale option to hot spot
When `true`, the hot spot is scaled to match the fish eye effect of the image.
Hot spots then appear to be embedded in the panorama instead of floating on top.
vor 5 Jahren
Matthew Petroff
d773cc9f60
Fix regression with auto-rotate stopping early ( fixes #764 ).
This regression was introduced in 12516e69b9
.
vor 5 Jahren
Will Calderbank
64f7c9cafc
Add optional pitch argument to startAutoRotate ( #761 )
* Add optional pitch argument to startAutoRotate
Before starting rotation, the viewer is panned to `pitch`.
If pitch is not specified, origPitch will be used
vor 5 Jahren
Matthew Petroff
060ced6ba5
Fix capitalization in paper reference.
vor 5 Jahren
Matthew Petroff
ebc31b7239
Fix recovery from load failure ( fixes #755 ).
vor 5 Jahren
Matthew Petroff
062d878bf5
Add inital draft of JOSS manuscript.
vor 5 Jahren