Search results
Search results 1-20 of 1,000. There are even more results, please redefine your search.
Quoted from "cuongdevjs" external_php_server_path="%$mypath%/core/plugins/snapshot/panoshot/" path must be absolute : https://krpano.com/plugins/userplugins/s…php_server_path
Quoted from "lcnbtc" Does tx, ty, tz support yet? Not 3D ready
Quoted from "panorama07" Quoted from "jeromebg" This is the official thread for the Callout Hotspots plugin . Hi! Is it possible to turn off the pulsation animation at all? You could adding an empty action called pulse : <action name="pulse"></action>
HI, Trying to compare all hotspots to check if they have a not too close ath. If 2 are too close I remove 1 based on another param. Problem is hotspots ath is between -180 and 180, so should I use getlooktodistance(distance,hotspot[a].ath,0,hotspot.ath,0) ? Also what would be the best most efficient method to compare every hotspot to each other ? Here is the action I use now, but it's not working as wanted : Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <action name="remove_u...
Oh thanks, I didn't added + ".jpg" so it was jpeg by default
Hi, When using makescreenshot with fixed size the fov is higher than what is displayed on screen krpano.webGL.makeScreenshot(240, 240, false, "canvas", 0, null, sizeinfo, makeScreenshotCache); And file are named .jpeg, would like to name them .jpg but haven't found how... screenshotcanvas.toBlob(function(blob){ krpano.screenshotSaveAs(blob, thumburl); }, "image/jpeg", 0.95);
Cool ! Would love to know how to :" imported in blender, setup lighting and baked lighting in blender" I saw nice museum models on Sketchfab I'd like to play with in krpano ;)
Works perfect, thanx Klaus !
For some reason copy_to_clipboard js action doesn't work when in fullscreen, is there a workaround ? Quoted <action name="copy_to_clipboard" type="Javascript"><![CDATA[ var textarea = document.createElement('textarea'); textarea.value = args[1]; document.body.appendChild(textarea); textarea.select(); document.execCommand('copy'); document.body.removeChild(textarea); ]]></action>
Ok sorry, for some reason the 1.20.11 version was selected, so I couldn't see the new exemple... stupid me
Quoted from "klaus.krpano" Try clearing the browser cache. That's what I first did, tried again with no success (on 2 different browsers) just displaying the exemple page but no tuscani in it ?
Thank you Klaus ! Tuscani exemple seems not to be online yet ?
The hotspot is the line and the text is children of the hotspot
Quoted from "klaus.krpano" In the next release there will be a fixed combobox.xml. Thank you Klaus !
Hi, I have a issue with the combobox 1.21 The text item is offset depending on item position in the list : https://360images.fr/barebone_combobox_1.21/combobox.webm You can test it here : https://360images.fr/barebone_combobox_1.21/ I have no issue when testing with 1.20.11 I have a tour with 40 items in the list and it can scroll between 2 items instead of scrolling to the clicked item ? A clue ?
Very nice navigation mode ! Just maybe it's a bit slow when "falling" from up the stairs
Hi Klaus, Started converting tours with latest release and I have a question about hotspot rendering. When tweening scale/alpha the result is a bit jerking when rendering in css3d witch is default now. Here is an example : https://360images.fr/barebone_hs_121/ Is it normal ? Thanx !
Hi Klaus, Not sure it's full implemented yet but I see in the doc that hotspots can now be childrens of other hotspots ? Did a quick test but don't understand why the children hotspot is not at the same position of the parent hotspot ? https://360images.fr/barebone_parent_hotspot/
haha, let's play ! thanx Klaus !
Callouts are built with layers, and layers are always over hotspots, no workaround...