You are not logged in.

Search results

Search results 1-20 of 623.

Sunday, September 24th 2023, 10:36am

Author: San7

Creating rotate and zoom button for layer image

Hi, here is a code example increase scale - change_scale(1.01); reduce scale - change_scale(0.99); Source code 1 2 3 4 5 <action name="change_scale" scope="local" args="val" > asyncloop(caller.pressed, mul(layer[image].scale, get(val)); ); </action>

Sunday, September 24th 2023, 7:38am

Author: San7

Does size matter?

Wow, that turned out great!!!

Wednesday, September 6th 2023, 9:27am

Author: San7

Autotour 1.21

Hello ! If it's fast, you can do it like this. You set the start time for each action and set the time for execution in the action Source code 1 2 3 4 5 6 <action name="start_anime" autorun="onstart" > delayedcall( 2, tween(view.hlookat, 50, 1)); delayedcall( 3, tween(view.vlookat, -25, 1)); delayedcall( 4, tween(view.fov, 100, 1)); delayedcall( 5, tween(view.hlookat, 0, 1); tween(view.vlookat, 0, 1)); </action>

Monday, August 21st 2023, 10:21am

Author: San7

add hotspot

Hi all! I often get asked how to enable a plugin, but especially how to disable the plugin's editor window . I made a short video on these issues, I hope it will be useful . youtube

Wednesday, August 9th 2023, 1:10pm

Author: San7

Contextmenu item

Hi try this Source code 1 <item name="fs" caption="FULLSCREEN [img src=[dq]image.png[dq] style=[dq]width:48px;[dq]/]" />

Wednesday, August 9th 2023, 1:02pm

Author: San7

how to get scene properties in javascript?

Source code 1 2 3 4 var krpano = document.getElementById('krpanoSWFObject'); var sc = krpano.get('scene[get(xml.scene)]') var title = sc.title; console.log(title);

Wednesday, August 9th 2023, 8:19am

Author: San7

how to get scene properties in javascript?

Hello, where do you write the code? If inside xml try this Source code 1 2 3 4 <action name="test" type="Javascript"><![CDATA[ var view = krpano.get("view.fov"); console.log(view); ]]></action> If external js code try this Source code 1 2 3 4 5 6 7 <script> function tets() { var krpano = document.getElementById('krpanoSWFObject'); var view = krpano.get('view.fov'); console.log(view); } </script>

Monday, July 10th 2023, 7:23am

Author: San7

Combobox

Hello, could you describe in more detail - how many buttons? Are they a fixed number? How does it work - does it open smoothly or without animation? What is the reaction when you hover over the buttons (change the background, font)? Etc.

Sunday, June 11th 2023, 9:58am

Author: San7

add hotspot

Quoted from "ramirox3" Quoted from "San7" Yes, the problem with the disappearance of the cross has been fixed I did a test to verify the operation, but it keeps reproducing the problem of the closed X that disappears if the photo is opened a second time https://ciudadcubica.com/test_1.94/ This is the right job. The cross does not disappear. When the photo is enlarged and becomes larger than the viewport, the cross is set to the right corner of the window, and not to the right corner of the phot...

Friday, June 9th 2023, 6:27pm

Author: San7

add hotspot

Quoted from "ramirox3" I saw this post on the Facebook page, but on the 1.94 plugin page they don't mention that way of connecting. I also want to know where to download the new version. And by the way a question. I am with a project that when opening an image for the second time hides the X to close. Can I Update the plugin to the new version, without the danger of creating conflicts? "add hotspot Due to frequent questions about disabling and enabling the plugin editor panel, I decided to simp...

Wednesday, June 7th 2023, 11:29am

Author: San7

add hotspot

Hi all Updated plugin Add hotspot v1.94 Due to the fact that users often had questions about connecting and saving, I changed this. The plugin connection has changed.project save changed.When opening a photo more than the screen, the closing cross disappeared - corrected.To open a link, use openFrameAdhs instead of openFrame.

Monday, June 5th 2023, 8:05am

Author: San7

Limit Domains

Hello, how can I find out if a domain limit is set? If not, is it possible to display in the console information that the limit is set?

Saturday, June 3rd 2023, 8:28am

Author: San7

Creating Floor Plans.

Hello! Thank you! Yes, you can use it in the 3d model, only the click on the points will need to be reassigned to the code that you use to navigate in the tour with a depth map. Here is my example

Monday, May 29th 2023, 8:25am

Author: San7

Creating Floor Plans.

This is a test version. The plugin has been completely redesigned and works with krpano version from 1.21 I have not made a description yet, but I recorded an example on YouTube . You can download demo plugin. This is a fully working version, only there is an inscription - demo Now you do not need to enter a password. But the plugin is tied to your krpano license a window with a plan is a frame in which a flat pano with a plan opens.

Friday, May 5th 2023, 6:33pm

Author: San7

Hotspot list/menu with move camera to capability?

I think we need to add a condition if(h.style == 'htsp',

Monday, May 1st 2023, 7:41pm

Author: San7

add hotspot

you save as it is written in the description on the plugin site? I just checked and all hover colors are saved

Monday, May 1st 2023, 7:11pm

Author: San7

add hotspot

Quoted from "ramirox3" Hi Alex. I just used a polygon hotspot in 1.21, everything works fine, but the color changes on over, stop working when closing the editor Hello, I didn't quite understand the problem? What exactly is not changing?

Sunday, April 30th 2023, 10:45pm

Author: San7

krpano 1.21 (pre-release)

Thanks for the update!