This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Merge pull request
#234
from Aykelith/master
Send the sceneId to 'scenechange' event
pull/238/merge
Matthew Petroff
8 years ago
committed by
GitHub
parent
d5282e1fec
0c3b35da42
commit
9221bf7d43
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
View File
@@ -2051,7 +2051,7 @@ function loadScene(sceneId, targetPitch, targetYaw, targetHfov, fadeDone) {
if (workingHfov !== undefined) {
config.hfov = workingHfov;
}
fireEvent('scenechange');
fireEvent('scenechange'
, sceneId
);
load();
}
Write
Preview
Loading…
Cancel
Save