You are not logged in.

Search results

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

Tuesday, May 30th 2023, 5:30pm

Author: indexofrefraction

includexml

Source code 1 2 pluginobject.path = krpano.actions.parseurl(pluginobject.url).replace(/[^\/]*$/, ''); krpano.actions.includexml(pluginobject.path + "stickie_data.xml"); combo with kme's regex :) parseurl() is probably needed depending on the given plugin url (eg if %VIEWER% or another placeholder was used) :)

Friday, May 26th 2023, 9:26am

Author: indexofrefraction

Several problems with 3D tour

you can swap your Y by mirroring in your 3d app or here : https://krpano.com/docu/xml/#depthmap.axis axis="+x-y+z" maybe you must then also set cull="back"

Friday, May 19th 2023, 10:28pm

Author: indexofrefraction

Wakelock hack for iOS - for normal (2D) tours

i guess you should follow klaus way and use the wakelock API... or maybe klaus sees this and opens a way to enable the krpano wakelock also for non-vr use

Thursday, May 18th 2023, 5:43pm

Author: indexofrefraction

custom font in "setup" and "exit vr"

have a look at the new layer.cssclass and cssstyles https://krpano.com/docu/xml/#layer.cssclass https://krpano.com/docu/xml/#cssstyles

Wednesday, May 17th 2023, 11:36pm

Author: indexofrefraction

Wakelock hack for iOS - for normal (2D) tours

@ Emmanuel-fr you're probably right and there is no wake lock when not in VR. not sure nosleep.js is a viable solution, though. it is pretty old, the last commit was made in december 2020.

Wednesday, May 17th 2023, 12:42pm

Author: indexofrefraction

Wakelock hack for iOS - for normal (2D) tours

no no.. dont use NoSleep.js ! with 1.21 update (build 2023-04-30) you shouldn't have these issues https://krpano.com/forum/wbb/index.php?p…90234#post90234 Quoted New: Support the native wakelock API (for Android and iOS 16.4), this avoids that the screen gets dimmed or turned-off during VR viewing. This avoids ugly wake-lock hacks like playing a hidden video.

Tuesday, May 16th 2023, 4:28pm

Author: indexofrefraction

Wakelock hack for iOS - for normal (2D) tours

this shouldn't be needed anymore with the newest krpano ! (read the release notes)

Monday, May 15th 2023, 12:23pm

Author: indexofrefraction

First photogrammetry attempt

Quoted It seemed that it were mostly the ground vs top/down images that were causing the misalignment maybe because the shots were taken with different cameras (?) thanks for these detailled infos... i need to try this some time soon, too.

Monday, May 15th 2023, 8:50am

Author: indexofrefraction

First photogrammetry attempt

Its a nice Scan, well done! how many hours of work are needed to create such a model/texture? (after the shooting)

Thursday, May 11th 2023, 6:06pm

Author: indexofrefraction

hotspot type="container"

what's in the documentation, most of the time works https://krpano.com/docu/xml/#hotspot.type

Sunday, May 7th 2023, 9:50am

Author: indexofrefraction

My new website and its problems.

the pictures are in general quite big a 1200x800 px image shouldn't be 400-500kb... all in all you load 31mb with this page @75% jpg quality studio14.jpg goes down to 80kb from 623kb ! still... on desktops this should not be the reason for not loading images. maybe something in the code.. or just a cache problem. be sure to always empty your cache when changing and testing on a live server

Monday, May 1st 2023, 12:18pm

Author: indexofrefraction

krpano 1.21 (pre-release)

... we need a delete post function

Monday, May 1st 2023, 11:54am

Author: indexofrefraction

krpano 1.21 (pre-release)

Quoted from "relax" Now its limited to 2, right? yes, but you can study and extended the example although loading lots of panos simultaneously like this is probably not working well (think of memory & performance!)

Monday, April 24th 2023, 9:07pm

Author: indexofrefraction

zFilter 3 - WebGL Postprocessing Plugin

zFilter3 is online ! (tx Klaus) plugin page and release notes are here checkout the new css filter example in the documentation or fullscreen switch the edit target by clicking on the target button, the dropshadow field is editable for testing

Monday, April 24th 2023, 2:33pm

Author: indexofrefraction

zFilter 3

Hi everyone, zFilter 3 is on the way... new : - krpano 1.21 support and compatibilty - new invert/bginvert attributes for postpocessing and layers/hotspots ! - new dropshadow attribute and layers/hotspots ! - auto add/removezfilter for layers and hotspots - haszfilter() function for layers/hotspots - enhanced editor, logger and CSS filter example for layers and hotspots coming soon...

Saturday, April 22nd 2023, 4:37pm

Author: indexofrefraction

Blog post - building the Aggstein Ruin 3D virtual tour

Quoted from "360studios.at" Best regards, Sebastian hi, just FYI, safari warns of visiting your site (certificate problem)

Friday, April 21st 2023, 5:10pm

Author: indexofrefraction

Blog post - building the Aggstein Ruin 3D virtual tour

Quoted from "pano-erbauer" This is the way! :) This is the way.

Thursday, April 20th 2023, 3:05pm

Author: indexofrefraction

Why my 3d model (created from Reality Capture) could not display correct at beginning? How can I do?

1. your obj is probably too detailled, reduce the mesh as much as possible 2. don't use png for model textures use jpg and reduce the size & quality as much as possible 3. disable depthmap.subdivision 4. dont use sphere, use depthmap.texurl Source code 1 2 3 4 5 6 7 8 9 10 11 <image> <depthmap url="3dmodel/0419x90z180.obj" texurl="3dmodel/0419x90z180_u0_v0_diffuse.png" enabled= "true" rendermode="3dmodel" textured="true" scale="100" subdiv="0" /> </image>