You are not logged in.

Search results

Search results 1-20 of 1,000. There are even more results, please redefine your search.

Thursday, May 11th 2023, 11:21am

Author: jeromebg

Compare all hotspots

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...

Tuesday, April 11th 2023, 3:55pm

Author: jeromebg

MakeScreenshot FOV

Oh thanks, I didn't added + ".jpg" so it was jpeg by default

Tuesday, April 11th 2023, 2:39pm

Author: jeromebg

MakeScreenshot FOV

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);

Tuesday, March 21st 2023, 9:06am

Author: jeromebg

Drone 3D model

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 ;)

Friday, March 17th 2023, 9:30am

Author: jeromebg

Copy to Clipboard when fullscreen

Works perfect, thanx Klaus !

Friday, March 17th 2023, 8:59am

Author: jeromebg

Copy to Clipboard when fullscreen

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>

Wednesday, March 15th 2023, 5:34pm

Author: jeromebg

krpano 1.21 (pre-release)

Ok sorry, for some reason the 1.20.11 version was selected, so I couldn't see the new exemple... stupid me

Wednesday, March 15th 2023, 5:28pm

Author: jeromebg

krpano 1.21 (pre-release)

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 ?

Wednesday, March 15th 2023, 5:18pm

Author: jeromebg

krpano 1.21 (pre-release)

Thank you Klaus ! Tuscani exemple seems not to be online yet ?

Friday, March 3rd 2023, 9:17am

Author: jeromebg

How to create a placehotspot text like this 360 website?

The hotspot is the line and the text is children of the hotspot

Sunday, February 26th 2023, 6:34pm

Author: jeromebg

krpano 1.21 (pre-release)

Quoted from "klaus.krpano" In the next release there will be a fixed combobox.xml. Thank you Klaus !

Friday, February 24th 2023, 11:23am

Author: jeromebg

Combobox issue

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 ?

Monday, February 20th 2023, 11:20am

Author: jeromebg

Walking up a stair in krpano 3D

Very nice navigation mode ! Just maybe it's a bit slow when "falling" from up the stairs

Thursday, February 16th 2023, 9:13am

Author: jeromebg

krpano 1.21 (pre-release)

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 !

Wednesday, February 8th 2023, 10:47am

Author: jeromebg

krpano 1.21 (pre-release)

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/

Tuesday, February 7th 2023, 8:30pm

Author: jeromebg

krpano 1.21 (pre-release)

haha, let's play ! thanx Klaus !

Sunday, January 22nd 2023, 5:58pm

Author: jeromebg

Callout Hotspots plugin

Callouts are built with layers, and layers are always over hotspots, no workaround...

Wednesday, January 11th 2023, 10:56am

Author: jeromebg

How to download Krpano panorama viewer offline

If you are the creator of this tour just use panotour to see it offline as it has been built with panotour, otherwise contact the creator of the tour (m.caroti)

Wednesday, December 28th 2022, 10:49am

Author: jeromebg

Yet another Virtual Gallery (template)

Thanx for your work, nice idea ! Just noted that some hotspots are wrong, for exemple if you clic on the #1 it goes to the #4... and it's the case for all the numbers in the middle of room.

Wednesday, November 16th 2022, 6:11pm

Author: jeromebg

My first Everpano project

Thanx Tuur, Quoted from "Tuur" Are you planning to make your own interface on it? Yes but waiting for next Krpano release ;)