You are not logged in.

Search results

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

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

Tuesday, November 15th 2022, 3:41pm

Author: jeromebg

My first Everpano project

Thanx, didn't changed a lot, just the view.ty for the first opening and added invisible layers to move the model when the mouse goes over the borders of the screen, that's all ;)

Tuesday, November 15th 2022, 10:18am

Author: jeromebg

My first Everpano project

It took some time (very long time) between learning depthmap workflow, learning everpano, fixing bugs... But it's not bad at the end, just missing auto transition when "walking" in the model, hope that is something that will be soon possible, and multires texture off course ;) This place was taken over by artists before its destruction so I found interesting to keep a "scan" of it. I also have outside panos but was too hard to add to the 3D model because of different floor heights. https://www.3...

Monday, November 14th 2022, 5:01pm

Author: jeromebg

Performance problem on mobile

problem solved, it was due to too big hotspots with too small scale... Still wondering why android phones can handle this and not iphones