Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
Check here for the 'donecall'. https://krpano.com/docu/actions/#tween or here if you want a full round https://krpano.com/docu/xml/#autorotate Tuur
Hi, I think (?) the problem is here in the onnewscene event.. which is also called on the first pano (!). Source code 1 <events name="scrolltxt" keep="true" onnewscene="CheckTxt"/> perhaps first change that to: Source code 1 <events name="scrolltxt" keep="true" onnewscene=""/> then maybe try in hide_introscreen action to add: CheckTxt(); events[scrolltxt].onnewscene = 'CheckTxt();'; or so.. Tuur
.. yes.. I use zFilter.. Tuur
Hi all, I'm a bit proud today.. Sometimes you work on a super nice, unique and impressive project ánd are allowed to show it to the public. Today the 108 billion pixel scan of Johannes Vermeers painting 'Girl with a Pearl Earring' was released. It was scanned with the Hirox HRX-01 microscope. 41106 individual 3D multi-focus files, each containing about 50 layers. (over 2 million pictures) It all started with a question, but when I did see the content I was super enthousiast and bagged to partici...
Please get us some more info, a link or a bare bone example to look into.. so we could help. Tuur
Hi, not sure.. that seems to work fine for me. https://www.virtualtuur.com/krpano/121/b…ples/toolbox/1/ But I see now, back from holidays, that there are some strange behaviours.. I can't remember seeing this before, otherwise I wouldn't share it.. like not showing the numbers when you don't move the pano at start. also some dragging issues on the sliders in the numbers section and also in the distorted hotspot section.. mmmm Not sure why and when that changed... perhaps it is in the OSX update ...
Link to bare bone please. Tuur
Hi, See here https://krpano.com/forum/wbb/index.php?p…90858#post90858 Coming soon. There are other options to connect to three.js i'm not comfortable with. Perhaps somebody else shares.. Tuur
Hi, You probably use a tour.js with disabled local/offline usage. Better bake a new one i think. Tuur
Hi, it depends a bit on what you exactly mean, and how the hotspots are placed: static/dynamically.. I think you have 2 options, up to you to decide which one does what you want. - change the scene heading if you use gps location etc.. - change the image prealign .. but it would help if you show us a bare bone example with what you want to change, so we can see your code set-up. Tuur
Thanks Herr Mische, I hope some others also let us know so we can pinpoint this down a bit. Tuur
Hi, I'm not a big windows connaisseur, perhaps some other windows + chrome and toolbox users could share their findings? I could imagine there is a system/browser setting that could make it work.. Tuur
Hi Suso, without the vtourskin included you need to add autoload="true" in the scene. https://krpano.com/docu/xml/#scene.autoload like: Source code 1 <scene name="scene_1" title="a1" onstart="" autoload="true"> blabla otherwise there is no call to load a scene. (which is in the vtourskin in your case). Tuur
Hi, can you tell me what OS and browser you are using? I tested on Chrome, Firefox and Safari on Mac and it seems just to work fine. I can remember in the past with the old ToolBox (v1) this was also an issue in some cases, but I'm not sure if it is OS/browser specific or a settings thing in the browser or so. Perhaps somebody else can confirm this issue or has a solution? In the old ToolBox I had 3 options to show the code, log, alert, save to xml. I think save to xml is not a good option in 99...
Hi, San7 has an 'add hotspot' editor plugin that seems quite complete. https://krpano.com/plugins/userplugins/addhotspot/#top Perhaps that can help you? I have no experience with it my self. I most often when i need an editor or a helper tool i make one quickly myself which is also a great thing about krpano. An other alternative could be CMS4VR. https://krpano.com/plugins/userplugins/cms4vr/#top There is more, just have a look in the thirth party software section. Obviously it all depends in wh...
Hi, i'm on phone.. but it looks like you do first a looktohotspot and then a lookto with fov 0.. nit sure if that makes sense in your case.. but.. Yeah.. fov 0 is quite zoomed in indeed Perhaps try instead of the thirth number in the lookto (0): *view.fov Or:get(view.fov) Hope it helps, Tuur
Hi, I'm on phone and had a quick look at a part of your code. I see a few things. - perhaps the 'dolly' thing is forcing the fov (?), you can/could ignore that, also 'on the fly''. - not sure if tweening fovmin/fovmax makes sense at all. Perhaps just set them in the 'loaddone' of the loadscene? - perhaps there is also a maxpixelzoom that overwrites the fovmin/fovmax. Just some thoughts, Tuur
Hi, I think (!) with a polygone hotspot (line) and some hotspot graphics/textfield/comtainer for the dots you can make such quite easy as you can tween points of a polygone hotspot. Tuur
Hi, Write the current scene name/index to a custom current scene variable, and transport that to a custom previous scene variable on the onnewscene event and set a new 'current scene'.. Like Source code 1 <event name="prevscene" keep="true" onnewscene="if(notfirstscene, prev_scene = cur_scene; cur_scene = xml.scene;, notfirstscene = true; cur_scene = xml.scene;);" /> Then only in the first scene there is no previous scene.. which you could set manually or make some button invisible or so.. .. or...
Hi, I'm on phone for some time so it is hard to be specific.. but the idea is to use a action type javascript, define a var for the krpano type layer (say krpano2) and then krpano2.actions.loadscene(x.. etc).. (or so) Or fiddle a bit with js functions inside this javascript type action. Search forum for exact syntax, or wait for someone with a more specific answer. I use it quite often, but i'm not sure about the exact syntax by head. Hope it helps, Tuur (en France)