Search results
Search results 1-20 of 65.
Another small problem, which surely has an easy solution, but I can't find it. I use this code so that it goes from one panorama to the other with a smooth fade between both panoramas: Source code 1 <hotspot name="adelante01" url="imag/adelante.png" onloaded="do_crop_animation(60,60,2);" ath="-96" atv="0" onclick="lookto(get(ath),0,70,smooth(400,20,100)); loadscene(scene_03,null,MERGE,ZOOMBLEND(2.0, 2.0, easeInOutSine));" scale="1" style="tooltip" distorted="false" tooltip="Sala 305-III" ondown=...
Yeeeees. Solved. It works perfectly. I used the example from the beginning and I did not find out about this modification, which is decisive. Thanks Klaus.
When using this great way to display popup windows (https://krpano.com/releases/1.20.9/viewe…tml5=only+webgl) it has the disadvantage that the popup opens, but the whole panorama continues to work, even the lower menu (which is not seen in the example). What happens is that if the user clicks to change the panorama, the new one drags the blur and it cannot be eliminated if The page will not reload. I have tried to put something similar to z-index, but I have not achieved satisfactory result. Any...
I have already made it work, according to your advice: https://ijlab.es/earth_br/index_bolaxx.htm, however the image is upside down horizontally. For the sphere I could solve it by reflecting the original image, but it would be better to get it by programming so that the image would be valid for the sphere and for the plane. He was trying to see the flat map, setting up a second scene (as seen in https://ijlab.es/earth_br/) but instead it appears as a cube, with the map correctly oriented, but i...
Thank you very much for your correction. The thing about the spaces may have been when pasting from the Dreamwearer, because in my code they were not. For the rest, I must be doing something else wrong, because I have substituted what you happen to me in my scene and the screen is still black. It's maddening ;-( Could the STL file be incorrect?
Thank you very much Mische. I have downloaded a sphere in STL format and I have put the code that seems to have your example, but it does not work for me. ;-( https://ijlab.es/earth_br/index_bola.htm Este es el código que le he puesto: Source code 1 2 3 4 5 6 7 8 <scene name = "scene_mapamundi_br" title = "mapamundi_br" onstart = "" thumburl = "panos / mapamundi_br.tiles / thumb.jpg" lat = "" lng = "" heading = ""> <view hlookat = "0.0" vlookat = "0.0" fovtype = "MFOV" fov = "120" maxpixelzoom =...
Thank you very much Klaus. In https://ijlab.es/earth_br/index_bola.htm it is seen mounted with the parameter: Source code 1 <view hlookat = "0.0" vlookat = "0.0" fovtype = "MFOV" fov = "120" maxpixelzoom = "2.0" fovmin = "70" fovmax = "140" stereographic = "false" fisheye = "1.5" /> On the other hand, I can't get the sphere to zoom out, to make it look smaller (although I can zoom in as much as I want) and I don't really know what parameter to touch anymore, because I modified the FOVs in variou...
I have assembled this sphere of the earth: (URL)?startscene=0&startactions=lookat(45,15,10,0,0); I intend to see the globe in the middle of the black background, in the style of the beginning of Google Earth. I got it (by chance) by modifying parameters in the URL, but now I don't know how to reproduce it again. Some help? Thank you
Just put streamsound (s1, 'media / 1.mp3', get (name), false, 1.0); and it works perfectly
I already figured it out: Source code 1 limitview = "off" Although, when you are face down, the movement goes backwards
Is it possible not to set a limit up or down and that the floor becomes a ceiling? That is, there is no line when reaching 90 and -90 vertically. thanks
Is it possible to make a hotspot disappear when the panorama is made full screen? For exemple: Source code 1 <hotspot name="z847" url="imag/lupa_mas.png" scale="0.3" ath="94" atv="2"" /> I want this hotspot not to be visible when the panorama is full screen. Thank you
I needed to put a button in each scene so that, when pressed, an MP3 is heard, different for each scene, but with streaming (that is, it is listened to as it loads, without waiting for it to load completely) And also that in the first scene the button will start when the scene is accessed. Ideally, it should only work the first time that scene is accessed. Obviously, when changing scene, all sounds should stop. Thanks in advance if anyone can help me.
An overview within an HTML page, with version 1.19, is put into full screen when rotating the mobile in landscape, but it does not happen with version 1.20. Are there any instructions to put in the skin_settings?
Thanks Sergey. The problem is that I don't know how to incorporate this into a hotspot of the type: <hotspot name = "detail1038" handcursor = "true" distorted = "true" onclick = "" url = "imag_escape / detail1038.jpg" scale = "0.1" ath = "0" atv = "0" />
Thank you. The first option does work for me, but I don't understand the maximum or minimum values, if they are around the initial position of the hotspot and in which units they are expressed in the startup. The second option doesn't work for me. You may not have understood correctly ;-(
Is there any way that, whenever a scene is entered, a hotspot will randomly change its position? (x, or y or both) And that it was kept in a margin of positions x, y predetermined?
In order for the plugins to work outside the scenes and to be maintained from one scene to the next, Source code 1 keep = "true" had to be added
In the first scene of https://ijlab.es/respuestas/ you can see 2 buttons (stars) that activate plugins in the upper left, each one showing a letter. In the second scene there is a star that makes a number appear. I want the activated numbers and letters to be seen when moving from one scene to another. That is, if the goal is to find all 3 stars, the three gaps above should be completed. Now what is done when changing pano is canceled. I have tried to put the plugins out of the scene, but it doe...