Suchergebnisse
Suchergebnisse 1-20 von insgesamt 626.
Zitat von »yenph« Hello, layer_menu.xml layer name="bottom_menu_sm" is a container for a language switch button. You can customize your buttons in it or simply turn off the layer, make it invisible, etc. layer name="lang_buttom_men" - Language change button.
Zitat von »yenph« Zitat von »San7« Zitat von »yenph« How to change title_text_1 by krpano instance ? i try Quellcode 1 krpano().set("layer[title_text_1].html","OVERHEAD VIEW") but it's not work hi, I didn't quite understand the question. Here is the value setting at startup This fits into the menu button and the label in this button changes dynamically when the group nested in the button is opened I use I18 language to change language, with menu lists that are layers I can use set("layer[txt_1_...
Zitat von »yenph« How to change title_text_1 by krpano instance ? i try Quellcode 1 krpano().set("layer[title_text_1].html","OVERHEAD VIEW") but it's not work hi, I didn't quite understand the question. Here is the value setting at startup This fits into the menu button and the label in this button changes dynamically when the group nested in the button is opened
Hi, here is a code example increase scale - change_scale(1.01); reduce scale - change_scale(0.99); Quellcode 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 Quellcode 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 Quellcode 1 <item name="fs" caption="FULLSCREEN [img src=[dq]image.png[dq] style=[dq]width:48px;[dq]/]" />
Quellcode 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 Quellcode 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 Quellcode 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.
Zitat von »ramirox3« Zitat von »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 photo
Zitat von »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 simpli...
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',