You are not logged in.

Search results

Search results 1-20 of 40.

Monday, October 31st 2022, 12:09pm

Author: nicoclark

Pico Browser not recognised as mobileVR

This browser comes with the Pico Neo 3 and 4. The problem is that KRPano does not recognise the Pico browser as mobileVR. The Pico 4 enterprise is the most viable B2B headset solution for KRPano especially over here in Germany. Oculus is not even sold here because the government has an argument with Meta because it requires every owner to set up a Meta account. The workaround on the Pico Browser is to wait for the WebVR_onavailable and check if the webVR.device name is webXR. The shame about tha...

Thursday, September 15th 2022, 8:40am

Author: nicoclark

WebXR not functioning in Wolvic (Oculus headset)

There may be an issue with KRPano recognising WebXR capability in Wolvic. I've been in touch with Igalia directly but they believe it's a problem on the KRPano side. As an example this Krpano example VR site has reversed head tracking. https://krpano.com/releases/1.20.11/view…tml5=webgl+only https://www.tourdeforce360.com/test/webvr/index.html When you run this test site in Wolvic on the Oculus Quest 2 it indicates that Wolvic has neither WebXR or WebVR capability but is a VR Browser. (in Oculus...

Sunday, March 13th 2022, 7:31am

Author: nicoclark

layer placement in ios

Display.safeare is a lifesaver Klaus! Thanks for your attention to details like this.

Monday, April 19th 2021, 11:39am

Author: nicoclark

Hotspot iFrame zorder

I've added a iFrame to a hotspot. The iFrame doesn't obey the Z order of it's hotspot and sits above all the other hotspots. I'm guessing because the hotspot.sprite is actually a layer object. Is there a way to make the iFrame display behind other hotspots?

Thursday, January 16th 2020, 6:18am

Author: nicoclark

KRPano with Scorm

I'm also planning to embed a KRPano scene inside a scorm file. I wondered if anyone managed to progress with this in the last years?

Saturday, November 23rd 2019, 6:28am

Author: nicoclark

Pico is not mobilevr but is mobile

That's really helpful Scott! What's irritating is that the Pico headset reads as gearVR, webVR but not mobileVR. It does however read as mobile!!

Thursday, September 26th 2019, 3:27pm

Author: nicoclark

inline function bug?

That makes sense. I wouldn't have guessed the result would be a string. Very useful function in the end. The amount of times I'm creating a variable just so it can be rounded. Now I can just round it within the calc function. Woohoo. I guess I've often wondered if roundval actually speeds anything up. I do it because the original values have 10 or so decimal places so I thought the calculations were creating really long numbers which would slow things down. Maybe the rondval is even slower than ...

Wednesday, September 25th 2019, 8:51am

Author: nicoclark

inline function bug?

Hi, Trying to use the new inline functions but they seem to be buggy. This returns -75.00 calc(FOVnow,roundval(view.fov,2)); calc(var.Result,0 - FOVnow); This Returns 075.00 calc(var.Result,0+roundval(view.fov,2)); This Returns NaN calc(var.Result,0 - roundval(view.fov,2));

Tuesday, September 17th 2019, 3:42pm

Author: nicoclark

Got the Pico G2 4K working with KRPano

If you go onto the headset and click on the viveport app you can sign up (don't need to pay) and then download Firefox Reality which is the only proper WebVR Browser for Pico. It automatically goes into VR Mode. It's important to be aware that the thumb pad of the controller acts like a sort of scroll. When you touch it during the depth map VR tours it's seemingly out of control and you can get nauseous pretty quickly. Anyway - have fun.

Tuesday, January 24th 2017, 1:40pm

Author: nicoclark

BUG! Hotspot/Layer transparency in Chrome on Windows

If you check this link on various browsers you will see that on Google Chrome on Windows the star disappears. It seems, if you make a layer the child of distorted hotspot, Windows Chrome cannot handle an alpha between 1 and 0. All the other browsers (including OSX Chrome) on all the platforms I have access to, work fine. Does anybody know a work around which doesn't involve using an alpha of 1? here's the code addhotspot(Test); set(hotspot[Test].url,%SWFPATH%/Dot.jpg); set(hotspot[Test].distorte...

Tuesday, January 12th 2016, 5:57pm

Author: nicoclark

Disable log window

I have used those but the log still comes up. - No errors, just the window. I've ended up sending show log(false); on every frame to get rid of it. This is rather like using a sledgehammer to break a nut.

Sunday, January 10th 2016, 10:32am

Author: nicoclark

Disable log window

I'm trying to block the log window appearing in Safari. I've used showerrors(false) but still the log window appears although no error is listed. A workaround would be not check if the log is open and then close it. Is there a readable variable for showlog(true)?

Tuesday, September 29th 2015, 3:03pm

Author: nicoclark

'<a href="event:action()"' does not work under IOS 8.3 (on Ipad2 - Safari 8.0)

Thanks mate, it looks a bit complicated! I'm going to try to get it working. And then hopefully simplify it a little bit.

Tuesday, September 22nd 2015, 2:39pm

Author: nicoclark

Trigger an event via iframe?

Is it possible to trigger a krpano event from an html page placed in a textfield using iframe?

Thursday, September 10th 2015, 9:39am

Author: nicoclark

More features in the css/html parser

Sorry Klaus! I really am not knowledgeable about what is possible but with HTML5 but one would expect to recognise a link in text in any browser. The flash version of Krapno recognised a:hover but that doesn't function in the HTML 5 version of Krpano. I asked about this back in March you said "krpano doesn't include a full featured css/html parser." Am I right in understanding from your last post that this lack of CSS function like a:hover has nothing to do with with the HTML 5 version of KRpano...

Friday, September 4th 2015, 3:18pm

Author: nicoclark

More features in the css/html parser

Two years ago the textfields in my flash panoramas was capable of mouseover events and just the normal type of behaviour of an HTML website. The textfield in the HTML 5 version of Krpano is really basic. Can we have a little bit more functionality please Klaus?!

Tuesday, August 18th 2015, 10:44am

Author: nicoclark

Mobile Cursor

Hi Klaus, Many congratulations on the new version of the software. I'm so glad that I started working with KrPano because you have never stopped developing and improving it. I noticed the webVR cursor that you created and realised that that sort of cursor is what I've been really looking for since going into mobile devices. The ability to hover over hotspots without the use of a mouse and communicate something about their function before actually using them gives back a lot of functionality that...

Tuesday, March 3rd 2015, 11:34am

Author: nicoclark

a:hover not responding in HTML5

Hi guys, I'm trying to work out why in HTML5 when I hover over a piece of text with a link in it that it doesn't respond to the CSS a:hover formatting. In Flash it's working fine. This is the CSS code I'm using - <data name="css_Left12BX_margin"> a { color:#463c33; font-family:arial; font-size:12px; text-align:left; line-height:2px leading:4px; margin-left:8px; text-decoration:none; } a:hover { color:#000000; text-decoration:underline;}</data> Any ideas??

Thursday, February 26th 2015, 2:58pm

Author: nicoclark

Set Cube URLs from an action creates error No device compatible image available…

I've had to find a workaround for this problem using the text add command e.g. txtadd(scene[%1].content, get(scene[%1].content), '<image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1910" tiledimageheight="1910"> <left url="panos/View_%2.tiles/%s/l2/%v/l2_l_0%v0%h.jpg" /> <front url="panos/View_%2.tiles/%s/l2/%v/l2_f_0%v0%h.jpg" />' ); it's a shame that the code that's useable for Flash is now not working with HTML5.