-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scene fix #59
base: develop
Are you sure you want to change the base?
Scene fix #59
Conversation
develop to master for readme file
This means that function that rely of having scene accessible will now work. Adding id to pannellum img viewer example.
Codecov Report
@@ Coverage Diff @@
## develop #59 +/- ##
==========================================
- Coverage 1.21% 1.21% -0.01%
==========================================
Files 6 6
Lines 2063 2064 +1
==========================================
Hits 25 25
- Misses 2038 2039 +1
Continue to review full report at Codecov.
|
Pull Request Test Coverage Report for Build 132
💛 - Coveralls |
Thanks for the PR... I'll check and merge it later |
Is there anything I else need to do to get this merged in? Thanks |
@robin22d really sorry for the delay what do you think? |
Yes I agree that modifying the source js of pannellum is not really a good idea. But from what I can see there is no way of giving the scene an id therefore a few of the functions cannot be used without changing pannellum. The only updates that would be adding an id and this would not be much of an update. Do you know of a better way to assign scene ids? |
I'm thinking of having a "Tour" component, which will be something like this:
I sleep on it... |
Changing the configuration of pannellum.viewer() so that the scene is initialised. Therefore all functions that use and rely on scene can be used.