Search results
Search results 1-20 of 623.
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>
Wow, that turned out great!!!
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>
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
Hello settings tab - registration information
Hi try this Source code 1 <item name="fs" caption="FULLSCREEN [img src=[dq]image.png[dq] style=[dq]width:48px;[dq]/]" />
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);
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>
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.
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...
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...
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.
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?
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
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.
I think we need to add a condition if(h.style == 'htsp',
you save as it is written in the description on the plugin site? I just checked and all hover colors are saved
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?