Tuur -san. Thank you!!!
Oops!
It's embarrassing
But it was helpful!
I was creating a tour with a few functions and was panicking.
Presbyopia...?
Thank you everyone.
Tuur -san. Thank you!!!
Oops!
It's embarrassing
But it was helpful!
I was creating a tour with a few functions and was panicking.
Presbyopia...?
Thank you everyone.
Hello.
Create a SPOT with addhotspot.
I cannot rotate the panorama while holding down SPOT.
capture="false"
<krpano>
<style name="mark1_flat" edge="center" zoom="true" zorder="2" capture="false"
type="image" url="cam_flat.png" scale="1" distorted="false" visible="true"
onloaded="bg_alpha_flat(get(name));"
/>
<action name="bg_alpha_flat" keep="true">
txtadd(bgc_name, 'bg_circle_', get(hotspot.count));
addhotspot(get(bgc_name));
set(hotspot[get(bgc_name)].type,image);
set(hotspot[get(bgc_name)].url, icon_ring.png);
set(hotspot[get(bgc_name)].ath, calc(get(hotspot[%1].ath)+0 ));
set(hotspot[get(bgc_name)].atv, calc(get(hotspot[%1].atv)+0 ));
set(hotspot[get(bgc_name)].scale, 1);
set(hotspot[get(bgc_name)].edge,center );
set(hotspot[get(bgc_name)].alpha,0.8 );
set(hotspot[get(bgc_name)].zoder,1);
set(hotspot[get(bgc_name)].zoom,true);
set(hotsopt[get(bgc_name)].capture,false);
</action>
<preview type="grid(cube,32,32,512,0xFFFFFF,0x666666,0xFFFFFF);" />
<hotspot name="spot_x2" style="mark1_flat"
ath="-0.1" atv="0" />
</krpano>
Display More
The red circle allows you to move the panorama.
Yellow squares do not allow you to move the panorama.
I would be happy if you could give me some advice.
Sorry for my bad English.
I clicked on the download on my computer, which I didn't care if it was broken.
Windows ESET has marked this file as dangerous.
It's too suspicious so I'd better stop.
Hi,
For me it's work in 1.22.3 but if i'am in fullscreen the lightbox is not visible, if i exit from the fullscreen, i see it.
I'am not in panotour
Hello.
I don't know if it's correct or not, but I simply added full screen with JS and used it.
However, I'm not good at programming, so I don't understand the difference between full screen and krpano.
thank you.
Sorry for the difficult to understand English.
ex.
<action name="fs_btn_onclick" scope="local" autorun="onstart">
set(layer[skin_btn_fs],
onclick ='jscall('document.documentElement.requestFullscreen()');copy(onclick,onclick_b);set(layer[skin_btn_fs].crop, '64|576|64|64');',
onclick_a='jscall('document.documentElement.requestFullscreen()');copy(onclick,onclick_b);set(layer[skin_btn_fs].crop, '64|576|64|64');',
onclick_b='jscall('document.exitFullscreen()');copy(onclick,onclick_a);set(layer[skin_btn_fs].crop, '0|576|64|64');'
)
</action>
klaus.krpano -san.
thank you.
Maybe it can't be done with multiple resolutions...
Please forgive me for not looking at the example carefully.
thank you.
indexofrefraction -san.
thank you.
That way, if you want to see the spots on your current virtual tour, you will need to create the tour again.
It's a test so I don't want to waste time...
It seems that there is a device that can project Equirectangler 360 degrees, so I would like to try it out if I have a chance...
View a 360° panoramic virtual tour.
Is it possible to revert to Equirectangler and display it on the monitor?
(Of course, set the browser resolution to 2:1)
Sorry for the difficult to understand English.
thank you!
I have a message that I would like to display when the full screen button is displayed at startup.
In previous versions, it was displayed after loading, but in the current version it is not displayed.
It seems that visible=true is required, but is this the correct move?
All tests have not been completed, but I would appreciate it if you could let me know.
<!-- Old XML -->
<krpano idletime="20">
<events onenterfullscreen="set(layer[x_guide].visible,false);"
onexitfullscreen="set(layer[x_guide].visible,true);"
onidle="tween(layer[x_guide].alpha,0);removelayer(x_guide);"
ondown="delayedcall (3,tween(layer[x_guide].alpha,0);removelayer(x_guide);
);"
/>
<layer name="x_guide" type="text" rotate="" keep="true" parent="skin_btn_fs" handcursor="false"
html="fullscreen comment"
css="font-size:14px"
visible="" alpha="0" vcenter="true" roundedge="0 10 0 10"
align="right" padding="5 10"
bgborder="3 0xff0000 1.0"
onloaded="if(layer[skin_btn_fs].visible == true,
set(visible,true);set(alpha,0.85) ,
set(visible,false);set(alpha,0)
)"
>
</layer>
</krpano>
Display More
Sorry for my bad English
(jordi -san)
Hello.
Is this helpful?
I think it works, but I haven't tested it...
We apologize for the inconvenience, but we have deleted the Youtube video because it concerns the customer's information.
Okay, I understand.
Is your example based on the maps2 example?
If yes, add this line into the 'krpano.actions.panto' function there
This adjusts the the horizontal warping 360 degree position for the shortest distance to the target value.
I will add that also in the next release and also for the krpanomaps.xml (which I would recommend to use instead the maps2.xml).
klaus.krpano -san.
I am using map2 code.
Thank you for your quick reply!
I was able to change it to the movement I wanted to show.
thank you.
I think the current map is centered around Europe.
If you press the spot on the American side with Japan in the center, it will be displayed wraparound.
Is there a way to modify the actions on the American side?
Youtube(Video)
///
Sorry for the difficult to understand English.
Thank you.
Hi,
add renderer="webgl" to the <hotspot>.
Textfield hotspots are using a CSS3D renderer by default and the blending possibilities are limited with that.
Best regards,
Klaus
Thank you. klaus.krpano -san
It is now possible to migrate from 1.20.
Hello.
I have been having trouble for some time now.
While blending the panorama, Nadia disappears.
You can check it by looking below the panorama and pressing the thumbnail.
What should I do?
Sorry for my bad English.
Everything seems to work fine with 1.22 We will have to adjust documentation to include the "sameorigin" parameter in the embedpano, but after that, things should work fine.
If you purchased the license for the annotations plugin and the overlay is not being removed after setting your license, please reach out in direct message or by e-mail kristof @ kri-soft.be
gr,
Kristof
Hi. kme-san.
Even with krpano1.22, I was able to run it as before.
However, there was a problem, so I would like to report it.
annotations_1.20
mousehandler.xml
File not found. Was that what you intended?
It seems like you can't zoom without this.
(It's not in the downloaded file.)
A license error was always displayed because Mousehandler.xml was loaded.
Authentication for mousehandler.xml is "<settings name=".
The current license authentication for annotations is "annotationsettings name=".
I configured both and it worked.
Thank you.
Sorry for my bad English.
Everything seems to work fine with 1.22 We will have to adjust documentation to include the "sameorigin" parameter in the embedpano, but after that, things should work fine.
If you purchased the license for the annotations plugin and the overlay is not being removed after setting your license, please reach out in direct message or by e-mail kristof @ kri-soft.be
gr,
Kristof
Thank you. kme-san.
I thought I had given the krpano version for a tour that had no problems up until now, but I may have made a mistake.
I'll check.
Hi,
there is a new security feature in version 1.22 - the loading of external code content is disabled by default:
https://krpano.com/docu/embedpano/#sameoriginTo enable it, set the sameorigin embedding setting in the html file to false:
Best regards,
Klaus
klaus.krpano - san.
thank you.
The error message went away, but I got a message saying I don't have a license.
There was no change in operability.
I would be happy if it started working properly.
All I can do now is wait.
kme-san.
Will it be compatible with 1.22?
"ERROR: https://s3.eu-west-1.amazonaws.com/krpano.kri-sof…ger_1.11.min.js - loading failed!"
There seems to be an error of.
Unable to enlarge and reduce mouse scroll,
It seems to move by holding down the right mouse button and dragging. . . (However, it is difficult to use)
GLB is a hotspot, so I think it will be difficult to deal with it...
Sorry for the difficult to understand English.
Hi,
in this example, this is missing:
That's the file where the 'youtubeplayer_open' action is defined.
About the hotspots - if you define them in the <scene> or include them using <include> or using includexml() wouldn't matter. The result would be the same, expect for the additional file load.
Best regards,
Klaus
hi. klaus.krpano -san.
When skin_settings.littleplanetintro="true" is used, if xml is called as an include in the scene, it does not work...
not include tour:
krpano - x1
in include tour:
krpano - x1
Am I using this incorrectly?
I would be happy if you could let me know.
Thank you.