Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
Hi, I've been using this on a few projects, unfortunately i can not show. Perhaos i can help you, send me DM to discuss if you like. Tuur
Mm.. not sure.. Perhaps it is a safari developer setting i changed by accident(?). Copy url as html or so .. I'll investigate. edit.. so.. when I paste it with cmd+option+shift+V it works ok. Anybody aware of a setting that let's me just copy an url as plain text? It seems not everyone has this issue. .. maybe I should re-install OSX.. Attached a picture with what happens when I just paste a, from safari, copied url in an editable textfield. Tuur
Hi Thomas, I think this should work. https://www.virtualtuur.com/krpano/121/b…ersceneviews/1/ xml: https://www.virtualtuur.com/krpano/121/b…iews/1/tour.xml bit dirty, but I think quite useful. Hope it helps, Tuur
I use that quite often. Tuur
Do you want it only for that scene or for more / all? Tuur
Hi, I was wondering..being on Mac. When I copy an url from the safari browser and paste it into and editable textfield and trace the value, I get: <a href="https://krpano.com">https://krpano.com</a> I also see it is underlined etc.. which is problematic as I just need the url .. not all the a href stuff. When copied from Chrome it works just good, I get: https://krpano.com/ Is there a way to strip the input of an editable textfield from all extra stuff/attributes before it is set as text value? ...
**never mind ** I was on mobile and couldn't see all code.. edit: You could put all that data in an array and pick it up on need, or buffer it to a var. Depends a bit on the project I would say. Tuur
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 Vermeer 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 particip...
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