Recent Activities
-
nunomadeira
September 4, 2026 at 10:37 PM Replied to the thread Gaussian Splat Studio for Panotour.PostAdd Object alpha video / apng FX in GS Scene - Gaussian Splat Studio for Panotour + Krpano 1.24
youtube.com/watch?v=VyFLjnEYxsU
-
Fernando
September 4, 2026 at 7:11 PM Posted the thread issue combobox-gyroscope krpano 1.24 localhost.ThreadHi friends!
In a tour where I've used the combobox plugin, if I activate the gyroscope in the bottom menu, the combobox disappears, even after deactivating the gyroscope.
I've only tried uploading the project from a localhost on a mobile phone. I haven't… -
nunomadeira
September 3, 2026 at 10:01 PM Replied to the thread Gaussian Splat Studio for Panotour.PostTwo Splat Scenes, Tooltips and background sounds . Fully compatible with multiple gs scenes.
youtube.com/watch?v=AVk1kmidR2g
-
nunomadeira
September 3, 2026 at 10:00 PM Replied to the thread Gaussian Splat Studio for Panotour.Post[…]
i have been diving into this but not compatible yet. Will add this feature when available. The ideal workflow would be for krpano to support Streamed SOG with spatial LOD loading and the generated collision data directly. The Collision Builder would… -
spacerywirtualne
Reaction (Post)September 3, 2026 at 4:45 PM Your idea is great, but now that Gaussian models can directly generate collision bodies, I feel there's no need to draw them myself. As long as Klaus can support streaming loading with lod and collision bodies, there's no need for this anymore. It… -
San7
September 3, 2026 at 9:32 AM Replied to the thread Menu creation.Post[…]
Hi!
Yes, that's correct. The demo version of the tour is included in the archive, and you can only try out the menu locally.
However, the demo version of the menu is tied to my tour.js license and won't work with yours!
That's the point of the demo… -
worinima2128
September 3, 2026 at 1:41 AM Replied to the thread Gaussian Splat Studio for Panotour.PostYour idea is great, but now that Gaussian models can directly generate collision bodies, I feel there's no need to draw them myself. As long as Klaus can support streaming loading with lod and collision bodies, there's no need for this anymore. It… -
San7
September 2, 2026 at 3:37 PM Replied to the thread Menu creation.Post[…]
Can you send a test tour with the problem to my email? I have Windows 10 and the menu works. -
tonimedia
September 2, 2026 at 2:08 PM Replied to the thread Menu creation.Post[…]
I just activated a windows 10 machine. I took my tour, placed the folder "menue" from the root of the Demo-files inside the vtour-root Folder. Then I linked the two lines right behind the header but even here it will not work. There must be some… -
nunomadeira
September 1, 2026 at 9:33 PM Replied to the thread Gaussian Splat Studio for Panotour.PostNew vídeo features in this first person test . Preload (custom image), scene start animation, unveil effects, annotations with actions and target view data, collisions . Panotour plugin overview.
https://www.youtube.com/watch?v=rRtQD8URJ2w
-
tksharpless
PostSeptember 1, 2026 at 4:39 PM I'd agree the problem is probably external. I'm streaming VR renders from PC to hmd with Virtual Desktop, which works really well except when it doesn't. But the odd thing is that the left joystick seems to be free of these buffering glitches. Do you… -
Benno97
September 1, 2026 at 4:34 PM Replied to the thread Poster image wont load (black).PostThanks for your help!
I made a different solution following the Inline Video Players example. There i dont need a poster and it works fine :) -
nunomadeira
September 1, 2026 at 12:15 PM Replied to the thread Gaussian Splat Studio for Panotour.Post[…]
Hello Klaus, thanks for your comment, after this mission, i will try to make a standalone version, many ideias now ;) Im a panotour user and lately i have been "upgrading" some of their deprecated files, so i started to make some experiences in gs… -
klaus.krpano
PostAugust 31, 2026 at 11:21 PM […]
That sounds more like a problem with the streaming setup...
Neither in krpano nor in the WebXR API there is an input buffering... -
tksharpless
PostAugust 31, 2026 at 9:54 PM Thanks, Klaus.
reducing joystick_rotate_speed and adding this line for right joytsick control mode 0 did it.
diraccel.y = Math.abs(axes[1]) > 0.2 ? joystick_move_speed * axes[1] : 0;
But one problem remains. Sometimes… -
tksharpless
August 31, 2026 at 9:23 PM Reacted withReaction (Post)to klaus.krpano’s post in the thread Progress on streaming spats to VR hmd -- but how to adjust VR panning speed and control viewpoint height?.
Hi,
right, all the controls are in the controls3d.xml.
For slower view rotation, use a smaller value for joystick_rotate_speed here:
https://krpano.com/codeeditor/?..…trols3d.xml#L57
For changing moving forward/backward to up/down, you can try changing this… -
klaus.krpano
August 31, 2026 at 3:52 PM Reacted withReaction (Post)to arniezilla’s post in the thread QUADROTOUR – ein krpano-Tourbuilder, der im TYPO3-13-CMS läuft (in Entwicklung).
Titel: QUADROTOUR – ein krpano-Tourbuilder, der im TYPO3-13-CMS läuft (in Entwicklung)
Hallo zusammen,
nachdem Panotour Pro 2 eingestellt wurde, habe ich angefangen, mir einen eigenen Nachfolger zu bauen. Er heißt QUADROTOUR, nutzt krpano als Render-Engine… -
klaus.krpano
PostAugust 31, 2026 at 3:49 PM Hi,
right, all the controls are in the controls3d.xml.
For slower view rotation, use a smaller value for joystick_rotate_speed here:
https://krpano.com/codeeditor/?..…trols3d.xml#L57
For changing moving forward/backward to up/down, you can try changing this… -
klaus.krpano
August 31, 2026 at 3:44 PM Replied to the thread Gaussian Splat Studio for Panotour.PostHi,
looks very nice!
But why for Panotour and not standalone?
Best regards,
Klaus -
klaus.krpano
August 31, 2026 at 3:41 PM Replied to the thread Poster image wont load (black).PostHi,
is there a loading error? Check also the browser devtools.
Also try also using renderer="webgl".
(and always use the latest krpano version of course).
Best regards,
Klaus