You are not logged in.

Search results

Search results 1-20 of 323.

Monday, May 1st 2023, 12:13pm

Author: Fernando

krpano 1.21 (pre-release)

Thanks very much for update!!

Sunday, April 16th 2023, 10:19pm

Author: Fernando

Issue using the new transition with nadir

Thanks very much Klaus!! torigin="view" greatly improves the example, in fact the problem is hardly noticeable. Best regards, Fernando

Sunday, April 16th 2023, 5:11pm

Author: Fernando

About virtual tour + Real Estate in your city

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

Thursday, April 13th 2023, 6:58pm

Author: Fernando

Issue using the new transition with nadir

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

Wednesday, April 12th 2023, 12:13am

Author: Fernando

Issue using the new transition with nadir

Hi, in this gif you can see the krpano logo (as nadir) during the transition which should not be visible:

Tuesday, April 11th 2023, 2:06pm

Author: Fernando

Issue using the new transition with nadir

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

Friday, March 31st 2023, 2:59am

Author: Fernando

krpano 1.21 (pre-release)

Thanks very much Klaus, we are very satisfied to know that krpano is always updated thanks to your great dedication.

Wednesday, March 29th 2023, 2:33pm

Author: Fernando

Convert Coordinates from Flat Image to Panoramic location

They are the same coordinate system. "Flat" is like a zone of a sphere. Therefore no conversion is necessary. Best regards, Fdo

Monday, March 27th 2023, 11:30pm

Author: Fernando

adjusthlookat...

Thanks @spacerywirtualne and @klaus for clarifying, I needed something like an azimuth and using adjusthlookat(180) I got it.

Monday, March 27th 2023, 7:40pm

Author: Fernando

my question is because of the content of the help

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!

Monday, March 27th 2023, 4:58pm

Author: Fernando

[SOLVED] About view.hlookat range

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);

Thursday, March 23rd 2023, 5:29am

Author: Fernando

Thanks very much!!

Thanks for the fix! The transition is perfect now with prealign image!! Best regards, Fdo

Tuesday, March 7th 2023, 6:31pm

Author: Fernando

Gyroscope and new transition issue

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

Saturday, March 4th 2023, 1:30pm

Author: Fernando

help (testing)

Thank you very much everyone for the help!

Friday, March 3rd 2023, 6:22pm

Author: Fernando

help (testing)

Can you tell me if this demo already works ok? https://www.mirapanoramas.nat.cu/bazar Thanks very much!

Friday, March 3rd 2023, 2:46am

Author: Fernando

add <network... code

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

Tuesday, February 28th 2023, 2:12am

Author: Fernando

Testing new Scrollarea in simple vtour

Hi, this is a demo for testing new Scrollarea layer in 1.21. See scene 11 for example. https://www.mirapanoramas.nat.cu/bazar/

Friday, February 17th 2023, 2:49pm

Author: Fernando

how to declare function in Javacript file and use it in XML (Hotspot onclick event) ?

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>

Thursday, February 16th 2023, 3:23am

Author: Fernando

Video inside scrollarea layer?

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

Wednesday, February 15th 2023, 2:35am

Author: Fernando

Other link for topic "Image prealign and new transition issue"

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