Yes, there is currently a limit of 10000 actions per frame, to avoid blocking animations and user control, browser crashes or accidentally endless loops by code. As you already found it, using wait(0) or by using delayedcall(0,...) actions, it would be possible to break the code execution into several frames.actions overflow warning
are there limits? is about a pano with 93 distortted hotspots,
the code add them recursivelly with no problem up to around 70 then.. this error...
In this case, your Firefox Browser is probably not using hardware acceleration.By desactivating the flash plugin it seems that I am obtaining the same result on Windows 7 screen as the example on Krpano with the same manip : I can see some of the cube faces, and by moving the mouse, the others are appearing, but disassembled.
Firefox on Android is officially not directly supported, the CSS 3D there is still too slow.is it working on Android with a firefox browser?
Have you set the have lat/lng settings at the <scene> elements?I have the titles running for both thumbnails and hotspots but not on the map..
That's unfortunately a limitation of the Flashplayer - the 'file saving interface' of it, only allows to specify a default name but no folder. See here:when saving the edited xml code it would be nice if the toureditor looked in the calling folder first. If I am working on a couple of projects it wants to overwrite the xml in the location it last saved to.
Benutzerinformationen überspringen
Wohnort: Netherlands
Beruf: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comThey should come with the next bigger krpano release - either with version 1.0.8.16 or version 1.0.9, but for WebGL only of course.Where are we with support for 360 videos in the HTML5-version of KRpano?
That's correct at the moment, the new touch log opening mode is not longer a blocking element and therefore this setting hasn't any effect there at the moment.i find a problem setting my logkey false.
There are two cases:What is the easiest and quickest way to update to this from the previous 1.0.8.15 release?
), so using old config files, old templates or old custom droplets should be still possible. In this case, just replace the tools executables itself (the .exe files on Windows and the 'command-line' files on Mac).e.g. add that code anywhere in the xml:how can i blend out the thumbs after a few second automatically? ...something with delayedcall?
|
|
Quellcode |
1 2 3 |
<events name="closethumbs" keep="true"
onnewpano="delayedcall(2, skin_showthumbs(false)); set(events[closethumbs].onnewpano,null); set(events[closethumbs].keep,false);"
/>
|