hello for all. Apple releases VisionOS 1.1, is there any changes to us?
Posts by Ferz2017
-
-
Thanks, can I be your beta tester? I have paid license for krpano, I can recompile tour with beta version of new krpano and I can test it tomorrow. I have only hotspot problems and videospot stop playing (iOS issue)
-
Hello! I created a virtual tour https://360.Aero/t/cottage3 for vr (oculus quest 2) and Today i have been in apple store to run this tour in apple vision pro. I recorded tv screen that duplicates what I see in vision pro. Your have some artefacts in hotspot area layers (opened fridge is also hotspot with replaced picture in coordinates). Please give me beta version of krpano that I can test it in vision pro. Thank you
-
-
-
-
hello, i need to open/close door for the fridge by clicking on hotspot button. I added three hotspots (open/close and opened fridge image hotspot). by click first or second hotspot it change visibility for the third hotspot (opened doors image hotspot)
Example: https://360.aero/t/d3/
i need to write a script to work with one hotspot button to open/close fridge
open fridge button action:
for(set(i,0), i LT hotspot.count, inc(i),
set(hotspot[spotpoint84].alpha,1);
);close fridge button action:
for(set(i,0), i LT hotspot.count, inc(i),
set(hotspot[spotpoint84].alpha,0);
);how can i change (on/off) by clicking for only one hotspot?
image hotspot with this parameters:
<hotspot name="spotpoint84 [name of the hotspot]"
url="_14_opened-2_panorama.jpg [path to replace opened fridge file]"
onloaded="calc_pos_from_hfov_yaw_pitch_roll(44, 128.267, -4.4187, 3.1648 [coordinates from this manual]);"
enabled="true"
alpha="1.0"....
and add calculate action:
<action name="calc_pos_from_hfov_yaw_pitch_roll">
div(hfov,%1,57.295779);
div(yaw,%2,-57.295779);
div(pitch,%3,57.295779);
div(roll,%4,-57.295779);
mul(hfov,0.5);Math.tan(hfov);mul(width,hfov,1000);set(height,'prop');
Math.cos(ch,yaw);Math.sin(sh,yaw);
Math.cos(ca,pitch);Math.sin(sa,pitch);
Math.cos(cb,roll);Math.sin(sb,roll);
mul(m0,ca,ch);
mul(tmp,cb,sa);mul(tmp,ch);mul(tmp2,sb,sh);add(m3,tmp,tmp2);
mul(m4,cb,ca);
mul(tmp,cb,sa);mul(tmp,sh);mul(tmp2,sb,ch);sub(m5n,tmp,tmp2);mul(m5n,-1);
mul(tmp,sb,sa);mul(tmp,ch);mul(tmp2,cb,sh);sub(m6n,tmp,tmp2);mul(m6n,-1);
Math.atan2(yaw,m6n,m0);
Math.atan2(roll,m5n,m4);
Math.asin(pitch,m3);
mul(ath,yaw,57.295779);
mul(atv,pitch,57.295779);
mul(rotate,roll,57.295779);
</action><action name="onclickspotpoint12">
for(set(i,0), i LT hotspot.count, inc(i),
set(hotspot[spotpoint84].alpha,1);
);</action>
-
-
-
Hello. I Have project with two floors and balcony (loft building) How can I add second floor to project and do proper panorama transition from one floor to another? Thank you.
-
Problems on iOS 13 in Safari:
Hello!
I Have Panotour Pro 2.5.14 with krpano 1.20.2 embedded via Krpanotools and my tour hosted on https secure domain but I don't have worked gyro on tour.To launch gyroscope in Panotour Tour, first of all i need to open some krpano stand-alone tour on my domain and click on gyro button to give permissions to my site domain first, then open Panotour Tour and gyro in it worked fine for me....
But, If I clear site cache in Safari and open Panotour Tour, then click on gyro button - nothing happened... I didn't see any permission dialogs, just nothing. How can I fix it?
Link to my Panotour Test Tour with Gyro button: https://360.aero/t/test2/
-
Hi,no, the gyro support in iOS 13 works great and easy.
The new krpano 1.20 version has already full support for iOS 13.
When trying to use the gyro the browser will ask once if that will be allowed and then using it is no problem.Best regards,
KlausHello! Can you help me? I need auto gyro enabled on tour start. How can I do this? (without taping on gyro button). Safari iOS 13.2 Thank you