Beiträge von VRW_Phil

    I’m sure there are many options out there. But one option I used in the past was to have all hotspots database driven/created on the fly/on scene load. That was you can do/useform searches to your Krpano window.

    Giving you and only showing the hotspots you need to see within a scene or on the map itself.
    Plus with having a database you could also move to a specific hotspot no matter which scene or where it may be placed by passing its unique ID to your Krpano window.



    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:

    Try a mouseover on the hotspot using the showtext.xml, this should allow you to display text and a picture

    Include file:

    Code
    <include url="showtext.xml" />

    Code on hotspot:

    Code
    <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" ... />

    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

    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


    Thank you *confused*

    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 other projects and games I created in the past year.

    Enjoy and let me know your thoughts.

    Krpano Passcode Panel Demo

    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.

    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 taken to the VR Start screen. Here you can decide if you are going into VR mode or not before you enter the first room. In the various rooms you will be asked questions and your answers will be recorded to a database, Click on the question marks.
    If for some reason you want to stop and return later, you will need to keep the Staff's ID that you created, to use to login and continue at a later time or date. (Demo version)

    NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES.

    I will post links of other projects and games I create in the year.

    Enjoy and let me know your thoughts.

    Link to demo: http://ecapp.co.uk/VR/DatabaseSystem/

    Krpano Questionnaire Management System™
    Register and Return Screen

    Results Screen

    1 of the rooms - Click the question mark

    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 new makescreenshot-api I was able to add it to this build, it's awesome:
    https://krpano.com/examples/119/k…tml5=webgl+only

    NO PROGRAM DOWNLOAD OR APP INSTALLATION NEEDED TO VIEW KRPANO VIRTUAL REALITY WEBSITES.

    I will post links of other projects and games I create in the year.

    Enjoy and let me know your thoughts.

    Link to demo: http://ecapp.co.uk/VR/VRWSocialMedia/
    Link to demo from friend: http://ecapp.co.uk/VR/VRWSocialMedia/?VRW=-119.35X0.75X8

    Krpano VRW Social Media

    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 affect of paging from page to page. A sort of fix until we can scroll in VR mode.

    Hope that helps,

    Cheers Phil

    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