Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
Hi, try these things: - updating the GPU drivers (manually) - reducing the memory.maxmem setting - check if you are using large single-res panos/videos or hotspot images in your tour
Hi, the partial-pano support for HTML5 is new since version 1.20 (previously that was Flash-only) and requires an updated krpano license: https://krpano.com/buy/upgrade/ Best regards, Klaus
Hi, according to your screenshot your browser is still loading... That's probably the reason for the 'white page'. But when the loading will not wrong, maybe check if there is already another server running with the same port. On Mac the detection of already used ports is unfortunately not that stable. Best regards, Klaus
Hi, about autoalpha - right, there is unfortunately a bug - will be fixed in the next release: autoalpha ? Best regards, Klaus
Hi, right, this is a bug related to hotspots with autoalpha=true and scene blending. Will be fixed in the next release. Best regards, Klaus
Hi, here the correct syntax for passing for the popup: Source code 1 onclick="popup('iframe', 'etours/signs/tour.html?startscene=scene_s02', 800, 600, false);hide_layers();" About the 'xml parsing failed' - you are trying to load the html file as xml. Best regards, Klaus
Hi, thanks for reporting! These events are from the soundinterface plugin and forgotten to get removed on unloading. Will be fixed in the next release. Best regards, Klaus
Hi, grundsätzlich sollte sich jede Art von Bewegung skripten lassen, allerdings verstehe ich jetzt nicht was genau du machen möchtest... Bzgl. 'lookto irgendwie abhängig vom Hotspot' - man kann die 'Zielrichtung' auch beliebig 'berechnen', z.B. hier um 90 Grad nach rechts von der aktuellen Ansicht: Source code 1 lookto(calc(view.hlookat + 90), get(view.vlookat)); Schöne Grüße, Klaus
Hi, there exists no equal feature in HTML/CSS. The old Flashplayer 'mask' feature was a very special Flash one - think like about using one html <div> element as alpha-mask for another <div> element, that's not possible in HTML. And trying to 'emulate' that via custom WebGL rendering code, like first rendering the mask image to an extra texture and then in a second pass rendering the to be masked image with that extra texture would be pretty laborious and inefficient, especially when several hot...
Hi, what do you mean by 'edit' in this case? But generally - as long as the files are not encrypted they can be loaded and edited by anyone. Best regards, Klaus
Quoted from "Coldmami" I really like the north setup in the editor, but after aligning only 30 panoramas I see room for an improvement. Would that be possible, to look North, and then use a button to bring the North arrow to the center of the current screen? That would speed up the process. Yes, would be possible, such requests are very welcome! Will add a button for this in the next release. Btw - what about by just pressing SPACE (or another key) to set north to the current looking direction,...
Quoted from "servaas" But it looks like the droplet has now awakened for all my files. It's definitely not the droplet itself, but probably more the OS X system... there might be some kind of access permission...
Strange, maybe some kind of OSX access permission problem... Whats the full path of your images?
There is no general or known problem... Maybe a GPU problem, try restarting your computer...
Quoted from "skr" Also is there a separate changelog for the PTP upgrade function? Curious if this old and tired software will get attention periodically. The Panotour Pro Update Package change log is here, but there were no PTP specific changes since 1.20.7: https://krpano.com/panotourproupdate/#ptpchangelog And when there are changes the normal krpano release notes would also mention it: https://krpano.com/docu/releasenotes/#top Best regards, Klaus
Quoted from "servaas" I still got the message 'ERROR' when using the MAKE VTOUR Drople. When do you get that error message? When dropping a file into it, or? What file was that?
Quoted from "juyatu" First rotate 180 in the horizontal direction, you will find that the mouse can be clicked, the whole screen can be clicked, but there is nothing there.But after clicking, the hot spot disappears.Because it triggers the 'X' click event. You can carefully observe the mouse arrow becoming handcursor. That doesn't happen when I test it, there is nothing to click. What browser do you use? What you describe sounds like a CSS3D bug of the browser.
Hi, there is no official support for the multi-frame feature in the HTML5 viewer yet. The pano-renderer itself already supports changing frames, but there is currently no special pre-loading/pre-rendering and tile-management to make it usable for such things. Best regards, Klaus
Hi, or set larger range limits (instead of -90 to +90): Source code 1 <view limitview="range" vlookatmin="-120" vlookatmax="-120" /> Best regards, Klaus