Search results
Search results 1-20 of 24.
Hi everyone, Can anyone please guide me. I want to load images and text using url GET request into a menu in my virtual tour. Any help would be appreciated. I already have the api url requests. just would like to be guided on implementation. Thanks. Darmaniac
Hi anyone can direct me on this ??
hi, thnx for replying.. I got the answer to part (1) of my question here, https://krpano.com/forum/wbb/index.php?p…d&threadID=2764 only part (2) I am not able to get. Reference: https://advrtas.com/immersive-ad-gallery/comed/
Good day all, I am making a virtual tour. but I am trying to do these two things 1. the hotspot will have ping pong animation between two points 2. The hotspot will scale to 1 when in centre of view.hlookat and gradually scale down when the view moves away. I am trying to use the following for (2) but its not showing anything: <events onviewchange="div(hotspot[disc4].scale, Math.abs(view.hlookat), Math.abs(hotspot[disc4].ath));" /> and how do i go about the action function for (1) can someone as...
Hi Jordi, I am interested in the software, Everpano, and I have been using the trial. It gives nice outputs but I have run into some issues, even after going through your site tutorials - 1. I cannot still import a previous krpano project. 2. There is no tool to delete independent lines I have made using everpano tool even after deleting attached polygons. Can you please post resolutions to these asap. My trial will expire in next 9 days. I am considering purchase. Thank you
Thanks Jerome ... You're brilliant.. It works... Thank you so much ... was whacking my head over this. I did not know how to use call with function... Thanks, DarManiac
Thanks so much for the prompt response I see w_animate1 error that i made. I still copied that entire block you gave just to be sure. I tested it and what is happening is that the button I am clicking is getting cropped, but the other hotspot isn't getting animated...
Source code 1 2 3 4 5 <hotspot name="asst_cursor" style="w_style" ath="61.016" atv="-5.7" enabled="true" />
Hi Jerombg, Thanks. I tried your suggestion but it doesn't seem to be working. Did I do something wrong... ?? Outside Scene: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 <style name="w_style" url="skin/asst1b.png" crop="0|0|77|153" frames="7" framewidth="77" frameheight="153" frame="1" loopNo="19" loopCount="0" column="1" columns="7" columnframenr="1" onloaded="" altonloaded="if(isphone, mul(scale,2)); onloaded();" scale="1.5" edge="" oy="0" onclick="w_animate();" distorted="true" /> In Scene: Sour...
Hi, These forums are very helpful. I believe, I have never been stuck on a krpano project and not found an answer here. Krpano itself is a genius piece of software and with the best help in this forum. My question today is I have a sprite sheet that I am animating on a hotspot, which works fine: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 <style name="w_style" url="skin/asst1b.png" crop="0|0|77|153" frames="7" framewidth="77" frameheig...
Hi all, I have really been trying to smoothen transition using slide blend but can't quite get the effect like a walkthrough as here: http://openspace.3dphy.com/?un=pc&ct=ss&…4bhk&map=t&md=t Anybody can direct me on how to get something similar. Thanks. Darmaniac.
Hi, Sry for the delay, but I kind of worked out the problem somewhat by adding a lookto function followed by delayedcall to load the new scene. This I placed in the linked scene function that was being called. I wish Krpano could somehow give provision for 3d movement during transition as mentioned here: https://krpano.com/forum/wbb/index.php?p…&threadID=11407 Otherwise, krpano is very flexible to work with. Regards, Datrmaniac
Ok let me try and get back to you on that. But there is still that plugin garrows which does not work with this function. Thanks, Darmaniac
Hi Alexey, Quite right thats kind of what I am looking for but zoom blend is not supported for html5 as far as I have read and my virtual tour will also have option for webvr which I think(not sure) requires html5. How should I proceed also the linkedscene_lookat does not work with that plugin. I am trying to emulate the google street view navigation and transition hotspot effect for custom virtual tour. Thanks Darmaniac
Thanks for the swift replies Alexey and Tuur, I had krpano version 1.19.5. Just got the latest one and tried your suggestions. It is giving a zoom effect with default hotspots, but zooms a bit and loads the second scene and keeps the new fov in the second scene. I want to zoom into the second scene and start the second scene with the default fov. Also I am using a great plugin for krpano from here: http://www.robostitcher.com/Garrows-krpano This look at feature doesn't seem to work with this plu...
Good Day All, I am kinda stuck trying to add zoom to scene transition in linkedscene method. Source code 1 tween(view.fov, 55, 2.0) or Source code 1 lookto(view.hlookat, 0, smooth(100, 50, 20)) I have tried adding the above lines of code individually to in vtourskin.xml to the part onclick="if(linkedscene,...." But it doesn't seem to work. I want to modify the linkedscene and do not want to override it with custom loadscene in tour.xml. Also zoomblend() does not have html5 support and I want to ...
Hi, To implement the vr cursor manually where do I have to implement the code vtourskin.xml or some other script and what event function would I have to use to continuously measure the distance as Klaus suggested. Also how do I go about this. I am not sure how to begin. Any help would be great. Thanks, Darmaniac
Hi Klaus, Yes that would work but the platform I am trying to use it on does not support webvr, so I cannot enter vr mode. I am trying to convert the html project into apk format for locally using as an app and have not been able to enter vr mode in the app. Probably because there is no webgl support in ask as required for VR. could you please elaborate on your second suggestion like where to write the code and how to go about it. Could there be any other doable workarounds. Thanks, Dar maniac
Hi all, I would like to make use of the gyroscope feature without entering vr mode and use vr cursor as it is used in VR mode. I have already entered stereo mode and enabled gyroscope as Klaus suggested but am unable to use the vr cursor. Could anyone direct me. Thanks Darmaniac