Search results
Search results 1-20 of 308.
threejs has some functions for it: https://jsfiddle.net/sn15a60o/
You can use https://krpano.com/docu/actions/#inlinefunctions for that
you can encrypt your file as "public". in that case, the file can be loaded by any tour.js, even with another license.
do you have a link where we can see the issue? i havent had the issue.
Quoted from "jack bauer" Hi all. I can't limit zoom in scene This is my tour: https://tour-vezcycydwp7.vercel.app/ My xml code: https://tour-vezcycydwp7.vercel.app/tour.xml What zoom are you talking about? Is it the zoom when in dollhouse mode? Or the zoom when viewing a panorama (fov)?
Yes you can: https://krpano.com/buy/license/ 5. Your krpano license grants you the right to sell and distribute projects containing your licensed version of krpano. And technically, its a matter of providing the complete folder where you created the tour and it will run on any webserver.
How did you create your overlay now? Code? Sample?
Quoted from "Tuur" I hope for something like hotspot type="object" and perhaps type="light" etc.. or so.. (??). And if not, we can make a plugin that does
Quoted from "kme" I'll have a play with it, thank you for taking the time to report back here! I had a play with it and the depth can indeed solve the scaling issue. But then it also moves the object in 3D space and I want it to be in an exact position. When I then move the hotspt so that the final obj is in the good position, the model is too big and I have to make it smaller again, running into the same quality issue again. Also, I noticed that the 3D model is not interacting with other 3D mo...
Quoted from "Nupsi" As soon as I switch to VR the hotspot disappears, no matter what I try (renderer="webgl",renderer="css3d",depthbuffer.....). I believe it is because the hotspot is basically displaying a HTML page (the krpano player), and HTML is not supported in VR.
Quoted from "Nupsi" It´s a scaling-problem! Just use the depth-parameter to set the hotspot in 3d-space instead of scaling. I'll have a play with it, thank you for taking the time to report back here!
I saw a post of tuur who did it with a hotspot: https://krpano.com/forum/wbb/index.php?p…&threadID=19184 In the second example of "hotspot type krpano (no vr):", he loads an .obj as a hotspot. Basically, he loads a hotspot as type "krpano" and dynamically loads an .obj file in that frame. I experimented with that approach too, but in my tests, the quality of the generated hotspots was pixelated. If you find a way to improve that, I would be very interested in it. In the screenshot above, the blu...
Yes, that is also how I preceive it: only the model is used for the 3D transitions between panos, no texture. Texture + model is used in the dollhouse.
Quoted from "indexofrefraction" first i though that uv-mapped low-res model is also visible in the transition (for better quality) ... but i guess thats not true and it is only used for the dollhouse, what do you think? From what I understand, the model is also used for the transitions between panos inside matterport. But not sure.
iif you send the glb and the json file, i can have a look at converting them into krpano coordinates
A new version (V1.16) is now available. We received feedback where users would like to customize or translate the default texts in the navigation bar, so we made it possible to do so. This version allows tour creators to put in the texts that they seem fit for their customers and users. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 <settings name="annotations" license="" autorefresh="true" tweentime="2" width="220" autoplayinterval="3" navbar_default_text="Select an Annotation" navbar_autoplay_start...
I had a question on how to go to another panorama using the annotations. You can see an example in here: Vredesmolen. Annotation (5) has a link in it: “view panorama”: To achieve this: Create a new annotationSet the text to the following: Source code 1 In clear weather you have a view of the Heuvelland with the Kemmelberg etc. over the polders to the skyline of the coast.[BR][A href="javascript:krpano.call('loadscene(scene_to_load)');"]View Panorama[/A] Basically, the [A] and [BR] tags are repla...
You second demo uses preload.xml That is also a nice solution to speed up transition between the panos, but at the cost of the initial load time of the whole tour... I have sent my discord details in PM.
Hi, I had a look at your demo. In your demo, as soon as the preview image is loaded the transition will start. As the preview image is rather blurry, it shows the blurry first and then starts loading the high resolution tiles. There are several ways to solve this: a) make the preview image a higher resolution/less blurry b) You have this action: Source code 1 2 3 4 5 6 7 <!-- 3D Transition --> <action name="tour3d_loadscene" scope="local" args="scenename"> loadscene(get(scenename), null, MERGE|K...