Posts by spacerywirtualne
-
-
Hello clio
The lensflare plugin does not have a version for the new krpano version (1.23). No one has been buying it for years and there is no funding to update it.
I will try to make a new version in my spare time, but I cannot give a specific date, unfortunately.
You can send me the invoice receipt to this email: krpanostore@cms4vr.com
When it is ready, I will send you a new version.Piotr
-
Thank you Jerome. You are right.
I missed it.
I completed the zorder and alpha for myself.
Piotr
-
Hello
Is there any way to control the zorder position (zIndex) of the spot element for the krpanomap plugin?
Piotr
-
-
-
-
I would split such a large project into separate XML files for each panorama. Later, using loadxml(), I would load each panorama separately as needed. This would allow me to load only the XML files needed to display the scene, rather than all 1400 at once.
I used to do this back when there were no SCENE objects in krpano....
For now, you can encrypt the tour.xml file, which will significantly reduce its size.Piotr
-
Thanks, but do you have an example for actual testing?
Also note - setcenter() changes the x/y position, so maybe the older version was the wrong working one...You can only see this behaviour when you log into my CMS4VR admin panel in the POI editor, but it's not a big problem. I have already corrected it.
-
Do you have an example?
The static layer-sublayers declarations and the dynamic parent changes are two very different things.yes
not working
Code<style name="poiset_main_scroll" type="scrollarea" parent="poiset_main_scroll_mask" direction="h" height="100%" handcursor="false" y="-20" x="0" zorder="1" align="top" onloaded="setcenter(0,0)" keep="true"/>
working
Code<style name="poiset_main_scroll" type="scrollarea" parent="poiset_main_scroll_mask" direction="h" height="100%" handcursor="false" oy="-20" x="0" zorder="1" align="top" onloaded="setcenter(0,0)" keep="true"/>
my solution: y -> oy
It looks like the ‘setcenter’ in the scrollarea works differently in a 1.22 version
Piotr
-
-
-
Hello
Krpano is not for creating websites. There is no option to automatically add scenes. However, there is a system (like Wordpress) that provides this.
Go here:
CMS4VR - a tool for 360/VR - The CMS4VR system
Piotr
-
-
-
This is where there can be a problem. Sometimes you MUST give a get or a copy.
Try:
set(layer[map].lat, get(latitude));
or
copy(layer[map].lat, latitude);
or
set(layer[map].lat, *latitude);
or
set(layer[map].lat, %1);
Same with ‘longitude’ and ‘heading’.
Piotr
-
To begin with, use the same name.
Piotr
-
-
-