You are not logged in.

Search results

Search results 1-20 of 1,000. There are even more results, please redefine your search.

Thursday, September 21st 2023, 2:01pm

Author: Tuur

Load scenes one by one in order

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

Tuesday, September 19th 2023, 12:28pm

Author: Tuur

How to hide scrolling textfield on pano load

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

Monday, September 18th 2023, 6:16pm

Author: Tuur

Does size matter?

.. yes.. I use zFilter.. Tuur

Monday, September 18th 2023, 2:58pm

Author: Tuur

Does size matter?

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...

Monday, September 18th 2023, 8:11am

Author: Tuur

How to hide scrolling textfield on pano load

Please get us some more info, a link or a bare bone example to look into.. so we could help. Tuur

Thursday, September 14th 2023, 3:32pm

Author: Tuur

ToolBox V2

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 ...

Wednesday, September 6th 2023, 6:29pm

Author: Tuur

Hotspot is scale down in IOS device

Link to bare bone please. Tuur

Wednesday, September 6th 2023, 6:28pm

Author: Tuur

Use three.js (3d objects) inside krpano (with VR support)

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

Wednesday, September 6th 2023, 1:03pm

Author: Tuur

krpano fatal error local usage not allowed

Hi, You probably use a tour.js with disabled local/offline usage. Better bake a new one i think. Tuur

Tuesday, September 5th 2023, 2:00pm

Author: Tuur

Editing north, without affecting hotspots?

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

Friday, September 1st 2023, 1:10pm

Author: Tuur

ToolBox V2

Thanks Herr Mische, I hope some others also let us know so we can pinpoint this down a bit. Tuur

Friday, September 1st 2023, 10:19am

Author: Tuur

ToolBox V2

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

Thursday, August 31st 2023, 1:16pm

Author: Tuur

no include tour no work

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

Thursday, August 31st 2023, 1:11pm

Author: Tuur

ToolBox V2

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...

Saturday, August 26th 2023, 1:31pm

Author: Tuur

speed up Workflow

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...

Wednesday, August 23rd 2023, 8:50pm

Author: Tuur

Lookto not working properly with before&after sliders.

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

Wednesday, August 16th 2023, 10:30am

Author: Tuur

Cannot limit zoom (SOLVED)

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

Monday, August 14th 2023, 5:53pm

Author: Tuur

some animation on flat pano

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

Sunday, August 6th 2023, 8:35pm

Author: Tuur

Get previous scene_name

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...

Sunday, August 6th 2023, 7:01pm

Author: Tuur

How to change scene of 'krpano inside layer'

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)