Suchergebnisse
Suchergebnisse 1-20 von insgesamt 120.
Zitat von »klaus.krpano« Hi, a flat pano is defined with a field-of-view of 1 degree by default. And hotspots with zoom=true or distorted=true are using 90 degree ^= 1000px as reference. That means hotspots would be extremely large in such case and would require a small scale value to become visible. And the ath/atv values should be also within the -0.5 to +0.5 range. Try adding scale="0.001" to your hotspots. Best regards, Klaus Thanks, this helped!
Zitat von »s-maier« Are you looking for zoom="true"? No, 'zoom' property does not work either The hotspot does not even appear on pano
Is there a way to make hotspots in flat pano 'stick' to pano itself like it works with 360 panos with ordinary distorted hotspots?
Thanks for your response, Klaus! Apparently facebook has set us up while pursuitting 120hz refresh rate goal
Found a fix by running these commands in sidequest adb shell setprop debug.oculus.textureWidth 3072 adb shell setprop debug.oculus.textureHeight 3072
checked Version 49 - works ok Version 50 - resolution droped
Can anybody confirm resolution drop in VR in Oculus Quest II after lates firmware update? Oversampling settings seem to not affect image resolution at all. The issue appears in the same way in krpano 1.20 and latest 1.21 and affects panorama images and hotspots It seems a month ago everything was ok, and now it's much worse
Hi I have a multiresolution scene with multiple frames which I need to switch between The format string looks like this, frame number goes first under %f specifier: <cube url="panos/s0p2h60mt1.tiles/%f/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,1024,1792,3584,7168" /> The issue is when I switch between frames krpano at first loads the same multires level it had already loaded but then in a fraction of second it switches to level 1, so the image gets blurry. If I switch back do 1st frame, the i...
VSCODE! https://github.com/apushkarev/krpano-for-vscode
Hi Is there any way to download older versions of viewer? I need version 1.20.6 for testing purposes and it's not available on download page UP. older version found :)
Zitat von »indexofrefraction« years later ... .-) i switched to vscode from sublime recently and just found this! great work, rafael ! it's a bit outdated (doesnt recognize newer comment syntax and other things) i guess you never update it? I have in plans to make vscode support for krpano syntax since this extension is already based on my work But... sublime is my everything yet, sorry you left
Zitat von »klaus.krpano« Hi, I have already though about that several times, but removing the case-insensitivity would break compatibility... Maybe that will be added in a future version as optional flag. But if you want to use case sensitive code you could use Javascript actions, there the code is case sensitive. Best regards, Klaus Having a flag for this would be perfect, hope you'll add it :)
Hi Is there a way to stop krpano converting identifiers in lower case and start being case sensitive for internal code?
Update to version 2.7.0 - array_push and remove_array actions
Updated to version 2.6.1 - newlayer, newhotspot and newplugin actions do not create new object if it already exists - get_this action and readme update on how to use it - update_alpha call for invisible_content style - 'visible' style update, now it sets alpha to target_alpha when object is created
Zitat von »klaus.krpano« Hi, the <p> to <div> replacement comes from the Flash-times to keep compatible with existing examples and gets the same results. For using raw-html maybe have a look at this example: https://krpano.com/examples/#pp-blur and there at the 'add_html_code' action - it provides a way for adding direct unmodified html to a layer. Best regards, Klaus Quellcode 1 caller.sprite.appendChild(div); oh ok
also <select> tag is not working and <input type="text"> How am I supposed to fix that in big live project? HALP
Zitat von »indexofrefraction« I guess if you want add complex html, then better avoid going through html="data:..." create your layer and then add your stuff by javascript using layer.sprite but be aware that kprano has its way to represent its layers/hotspots as html, so not everything is in your control. More workarounds, yeah. Btw works the same if I set html property from external JS