You are not logged in.

Search results

Search results 1-20 of 73.

Sunday, March 5th 2023, 5:42pm

Author: VRW_Phil

Display visited hotspot count on screen and once all hotspots clicked show a tour completed message.

Hi ganeshkahane I have added and changed a few lines of code to the incrediable code snippet indexofrefraction offered: The best thing to do is once a hotspot has been clicked is then to disable that hotspot so it cannot add to the counter. Plus I have added a few lines (If statement) to display a new layer once all 3 hotspots have been clicked. Here is the tested code, Hope it helps: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3...

Sunday, December 4th 2022, 5:49pm

Author: VRW_Phil

You could try a mouseover on the hotspot using the showtext.xml

Try a mouseover on the hotspot using the showtext.xml, this should allow you to display text and a picture Include file: Source code 1 <include url="showtext.xml" /> Code on hotspot: Source code 1 2 <textstyle name="VRW_STYLE" ... /> <hotspot onhover="showtext([p]...Header Text...[/p][img src=img/powered.png width=300px][/img][p]..Footer Text..[/p],VRW_STYLE);" name="logo" url="../img/powered.png" ... />

Sunday, November 6th 2022, 4:08pm

Author: VRW_Phil

Synapse (tombola)

Very Cool

Tuesday, September 27th 2022, 12:15pm

Author: VRW_Phil

PROOF OF CONCEPT DEMO: Escape game - The Cabin

Quoted from "Tuur" hi, hehe. nice! I enjoy it. Tuur Cheers Tuur, appreciate it.

Tuesday, August 23rd 2022, 5:21pm

Author: VRW_Phil

HINT

Hi Panoyun, HINT: Look up. Safe is a bonus item.

Monday, August 22nd 2022, 2:13pm

Author: VRW_Phil

PROOF OF CONCEPT DEMO: Escape game - The Cabin

Virtual Reality Websites - Escape game - The Cabin PROOF OF CONCEPT Demo: Krpano what is possible demo build. Solve combinations, find items only allow tasks to happen once other items are collected. Moving from room to room still showing completed tasks. NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES. Enjoy and let me know your thoughts.Link to site: TheCabin Escape game - The Cabin

Sunday, July 31st 2022, 3:36pm

Author: VRW_Phil

Another 3d example

Nice Tuur! Great project.

Thursday, February 4th 2021, 9:07am

Author: VRW_Phil

v1.20 Pinch Zoom - Not Working

Quoted from "Alexander360" Finding the same problem here too with v1.19 working fine, v1.20 pinch zoom on macbook trackpad not working as per zakato360's code. Hopefully Klaus will know what's causing this? Thanks in advance! I am having the same issue, has anyone been able to find a solution?

Tuesday, June 19th 2018, 4:58pm

Author: VRW_Phil

Can Krpano allow to Include Folder?

Hi All Is there anyway to test in PHP <include url="include_all.php" /> which file it has been included inside.Test if embeded in the XML file Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 <krpano> <?php $VRW_URL = $_SERVER["REQUEST_URI"]; echo "<script type='text/javascript'>alert('$VRW_URL');</script>"; if ($VRW_URL === "/VRW/tour.xml") { if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != ".." && subst...

Thursday, June 7th 2018, 10:04am

Author: VRW_Phil

Can Krpano allow to Include Folder?

Found this code really helpful, Thank you Klaus

Tuesday, June 5th 2018, 8:50am

Author: VRW_Phil

Virtual Reality Websites - Krpano Passcode Panel

I created a Krpano Passcode Alert style adding a passcode panel to enter a specific pin or passcode to complete a task. This Passcode panel is a lockdown Alert style and its changeable on request. This plugin Can be used in both desktop and VR modes. Here is a link to a basic looking passcode panel in action showing how it may be used: http://ecapp.co.uk/VR/GameActions/GameActions01.html NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES. I will post links of ...

Monday, May 21st 2018, 3:24pm

Author: VRW_Phil

Virtual Reality Websites - Product Cards Plugins

Virtual Reality Websites - Product Cards Plugins VRW Product Cards - Virtual Reality HTML product cards and Krpano Product Card Plugin. NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES. I will post links of other projects and games I created in the past year. Enjoy and let me know your thoughts. Link to demo: http://ecapp.co.uk/VR/ProductCards/ Krpano Product Cards

Monday, April 30th 2018, 9:47am

Author: VRW_Phil

Detecting country code

Hi Yvan I'm not sure about Krpano detecting country but I used a Json call and then passed the results to Krpano environment. Which worked well for my self as I only needed to test for two languages.. I used https://ipdata.co/ you can also make specific calls by passing IP address to it. Example Twitter : https://api.ipdata.co/199.59.149.165 I'm sure there are many other APIs out there. Anyway hope that Is some help, or at least a possible option.

Saturday, April 21st 2018, 11:11pm

Author: VRW_Phil

Virtual Reality Websites - Track Tasks to Database

Questionnaire Management Systemâ„¢ - Track Tasks to Database A powerful and flexible website tool to track what responses a user or client made to the various questions asked or tasks completed within the Krpano VR environment to a database. This could be used for testing staff on anything or track Clients experience in Krpano. For this Demo Scenario: I set in a cinnema to ask Staff Health and saftey and general questions. You can Create your own Username and Staff's ID. Once created you will be t...

Tuesday, April 17th 2018, 4:21pm

Author: VRW_Phil

Virtual Reality Websites - 360 Social Media

While at a recent rugby match and seeing various faces shown on the big screen. I thought if someone took a 360 picture of the event people could share and show they were there and not just send a selfie of the event. Here is an example of what I had in mind, Social Media Photo sharing from 360° Pano/image from any event. I built it in such away that you can first see where you are and then find and zoom to the person who sent the link. See both example links below, Enjoy. Thanks Klaus for the n...

Tuesday, March 27th 2018, 2:46pm

Author: VRW_Phil

Virtual Reality Websites - Tooltip Demo

Hi Jook Try add this code to your hotspot: ondown.touch="asyncloop(pressed, showtext([p]..VIRTUAL REALITY WEBSITES..[/p],VRW_STYLE); );" Link to demo: http://ecapp.co.uk/VR/ToolTip/ Hope that helps

Friday, March 23rd 2018, 10:47am

Author: VRW_Phil

Virtual Reality Websites - Wikipedia VR Plugin

Good day Andrew For this demo I'm calling wikis API and displaying the bits of info and images to various hotspots on the screen. For this demo I have not added a scroll area, not sure if it's possible yet in VR mode, if you come across one I would like to hear about, please message me I may suggest which may take a bit of coding, calculate how much text your hotspot can take. then split the text your adding into sections and by adding a pagination buttons under the hotspot it would give the aff...

Tuesday, March 20th 2018, 7:53pm

Author: VRW_Phil

Virtual Reality Websites - Wikipedia VR Plugin

Virtual Reality Websites - Wiki VR Krpano Wikipedia VR Search - (VR Wiki) Make call to external Wikipedia which can be done in desktop mode and also be called from and within Krpano VR Mode.. NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES. I will post links of other projects and games I created in the past year. Enjoy and let me know your thoughts.. Link to video demo: https://youtu.be/3a7D72Dvt0E Krpano wikipedia VR Plugin

Thursday, February 22nd 2018, 9:11am

Author: VRW_Phil

Virtual Reality Websites - Krpano Gallery VR

Now with the ability to add videos to the gallery/slider option