Search results
Search results 1-20 of 323.
Thanks very much for update!!
Thanks very much Klaus!! torigin="view" greatly improves the example, in fact the problem is hardly noticeable. Best regards, Fernando
Hello How many of us are working in Real Estate? I would like you to mention in which city you live and if it is a good business to do virtual tours. Some homeowners who sell or rent, feel better showing photos instead of panoramas. Why? All the best, Fdo
Hi Klaus thanks for your fast answer. This is the full demo: https://www.mirapanoramas.nat.cu/issue_demo/ The .xml in attachment This is the code: 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 <krpano version="1.21" title=""> <include url="skin/vtourskin.xml" /> <hotspot name="nadirlogo" keep="true" url="skin/krpano-roundlogo.png" ath="0" atv="90" distorted="true" sc...
Hi, in this gif you can see the krpano logo (as nadir) during the transition which should not be visible:
Hi,Using the nadir as hotspot: The new transition makes it visible as a ghost even when the hotspot is not visible in either of the two views (origin - destination). Best regards, Fernando
Thanks very much Klaus, we are very satisfied to know that krpano is always updated thanks to your great dedication.
They are the same coordinate system. "Flat" is like a zone of a sphere. Therefore no conversion is necessary. Best regards, Fdo
Thanks @spacerywirtualne and @klaus for clarifying, I needed something like an azimuth and using adjusthlookat(180) I got it.
view.hlookat: The horizontal looking direction in spherical coordinates in degrees. The typical range is from -180° to +180°. The value will not wrap around 360° but the view itself will. The value 0.0 points to the center of the pano image. Then, please, how to know (or calculate) the value within the range -180 to 180? Thanks very much for your help!
Hi, why view.hlookat value is out of range (360 to -360)? Please view image The -379 value is out of range In console: trace(view.hlookat);
Thanks for the fix! The transition is perfect now with prealign image!! Best regards, Fdo
Hi, please, testing any vtour (for example https://krpano.com/releases/1.21/viewer/…rtment/tour.xml) with gyroscope actived (no cardboard) using normal navigation (arrow / click as example), let combine gyroscope pan with touch pan. The transition is rare, what is expected to happen does not happen. Edit:This behavior is not something that happens now with 1.21, when using gyro the "lookat" or maybe "linkedscene_lookat" doesn't work the same as without gyro, but with the new transition it seems ...
Thank you very much everyone for the help!
Can you tell me if this demo already works ok? https://www.mirapanoramas.nat.cu/bazar Thanks very much!
Hi Klaus, thanks for your help. I already added the code that you suggested to me: Source code 1 2 3 <network maxdownloads="1" maxrequest="1" /> Too I deleted the .htaccess file Best regards,Fdo
Hi, this is a demo for testing new Scrollarea layer in 1.21. See scene 11 for example. https://www.mirapanoramas.nat.cu/bazar/
Hi, It has always been easier for me to do the function in krpano: Source code 1 2 3 4 5 6 7 8 <action name="mykrpanoaction" type="Javascript"> <![CDATA[ var video = document.getElementById("myvideo"); if (myvideo !== null) { document.getElementById("myvideo").pause(); }]]> </action>
Hi, Is it technically correct to place a video inside a new scrollarea layer using html5 tag? Source code 1 2 3 4 5 6 7 8 9 10 11 <data name="mydatademo"><![CDATA[ <h2>My Article</h2> <hr style="border:0;border-top:1px solid white;"> <img src="img/01.jpg"><br> <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr </p> <video id="mivideodemo" src="img/videodemo.mp4" controls> </video><br> ]]></data> krpano 1.21 scrollarea-infobox.xml example: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...
Please, see http://www.mirapanoramas.nat.cu/transition2/ with comments in arrows... 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 ...