Suchergebnisse
Suchergebnisse 1-20 von insgesamt 193.
Hi Klaus, I would like to take a screenshot of the krpano canvas on the WebGL version, but since the `preserveDrawingBuffer` property is disabled, the browser sometimes clears the buffer and the image is blank. Could you expose this property on `embedpano()` please? Cheers, Manuel
Great to know it's fixed. Cheers! By the way, another solution might be to add the hotspots after the "onnewpano" event. This way, you can be sure that the new scene is already loaded.
Hi there, Are the hotspots inside the <scene> node? If so, they should always appear. Do you have a link to test this? All the best, Manuel
I see! One needs to use "vars.simulatedevice" rather than "simulatedevice" directly. Thanks!
Hi there, The `simulatedevice` parameter doesn't seem to work when it is passed to `embedpano()`, only with `createPanoViewer()`. Would it be possible to have `embedpano()` also support this parameter? Thanks, Manuel
Hi everyone, We have just released a new version of the PanoTag plugin. This version works in HTML5 and is fully compatible with mobile devices. For more information see http://www.panotag.net/. All the best, Manuel
Hi there, Thanks for the feedback. We are planning on developing a plugin for the new PanoTour Pro 2.0, which would make it easier to add PanoTag to virtual tours. I will post here once it's ready. All the best, Manuel
Hi Jordi, Yes, that is the main change. Also, it allows defining the transition when switching panoramas, a few small bugs were fixed and it's easier to setup the plugin (no need to include an XML file anymore). Share-it doesn't seem to provide a way to download the update, so I have emailed it to you. Let me know if you find out any problems with it. All the best, Manuel
Hi there, There's a new version of jAddress! http://krpano.com/plugins/userplugins/jaddress/#top If you have purchased the plugin and are not able to download the new version, please send me an email to m.cabral@digisfera.pt and I will get it to you.
This shouldn't cause any problems. Do you have a link to an example?
Yes. It is almost finished, actually :) We have already used the new version in a number of projects, but it's still not ready for public release. We are planning to release it when the HTML5 multiresolution krpano is released, the latest. Below are few demos and projects developed with the new version. PanoTag works on the iPad and iPhone, but the HTML5 version is disabled on some of these, since it would only be possible to zoom in very little. http://panotag.net/is/ http://www.fifa.com/confed...
I wasn't able to locate the tag in that panorama. Can you tell me where it is please? Thanks
Hi there, One way to fix it is by adding this code: Quellcode 1 <events name="setcontrols" keep="true" onnewpano="set(control.mousetype, drag2d)" /> Let me know if it works. All the best, Manuel
Hi, ZubbyQureshi, the instructions to configure the plugin are at http://krpano.com/plugins/userplugins/panotag/. Let me know if you need any further help. Regarding the "null" tag, it may be caused something blocking PanoTag's initialization. One common thing is PanoTour's little planet animation at the start of a panorama. Manuel
Hi Nidrig, Just saw your private message. Glad you managed to find what the problem was. For future reference, the problem was that the name of krpano ("krpanoSWFObject") is hardcoded in the plugin, so it will not work if a different name is used. Manuel
Congratulations Klaus! The WebGL version is incredibly smooth on the desktop.
Hi Michael, Yes, jAddress does not keep the progress parameters. However, you can set the progress parameters when each panorama is loaded, with code like this: Quellcode 1 2 3 4 5 <events name="reset-progress" keep="true" onxmlcomplete="set-progress"/> <action name="set-progress"> set(progress.showload, bar()); set(progress.showwait, none); </action> Let me know if you run into any problems. All the best, Manuel
esys, I think maybe I didn't understand completely what you want to do. Do you want to have a different intro depending on whether a scene is the first to load on the tour? If so, maybe it can be done like this: <events name="resetfirstscene" onxmlcomplete="set(scenenumber,0)"/> <events name="incfirstscene" keep="true" onnewpano="inc(scenenumber)"/> Then you can check what is the value of the "scenenumber" variable is. I'm not 100% sure if the order of the events is right, so it's better to test...
Yes, that is correct. You can change the postlink parameter to include the scene name in the query string. To do this, add the following code to each scene in your tour: <panotag postlink="%url%?scene=SOMESCENE" />