Beiträge von anjenehm

    Thx,

    deeplinking was my solution.

    But is it possible to change the path of the deeplinking?


    http://192.168.178.22:666/?s=0&ansicht=lookat(112,56,140);


    to

    http://192.168.178.22:666/?s=0&hlookat=1…okat=56&fov=140


    <action name="skin_deeplinking_update_url_process">
    copy(adr, browser.location);
    indexoftxt(qi, get(adr), '?');
    if(qi GT 0, subtxt(adr, adr, 0, get(qi)));
    copy(si, scene[get(xml.scene)].index);
    copy(h, view.hlookat);
    copy(v, view.vlookat);
    copy(f, view.fov);
    set(pp, calc(f LT 10 ? 6 : 0));
    roundval(h, get(pp));
    roundval(v, get(pp));
    roundval(f, get(pp));
    set(adr, calc(adr + '?s=' + si + '&amp;ansicht=lookat('+h+','+v+','+f+');'));
    js( history.replaceState(null, document.title, get(adr)); );
    </action>


    Thanks for any help! *smile*

    Hey Klaus,

    ist es möglich den Pfad vom 'deeplinking' anzupassen?

    http://192.168.178.22:666/?s=0&ansicht=lookat(112,56,140);


    zu

    http://192.168.178.22:666/?s=0&hlookat=1…okat=56&fov=140


    <action name="skin_deeplinking_update_url_process">
    copy(adr, browser.location);
    indexoftxt(qi, get(adr), '?');
    if(qi GT 0, subtxt(adr, adr, 0, get(qi)));
    copy(si, scene[get(xml.scene)].index);
    copy(h, view.hlookat);
    copy(v, view.vlookat);
    copy(f, view.fov);
    set(pp, calc(f LT 10 ? 6 : 0));
    roundval(h, get(pp));
    roundval(v, get(pp));
    roundval(f, get(pp));
    set(adr, calc(adr + '?s=' + si + '&amp;ansicht=lookat('+h+','+v+','+f+');'));
    js( history.replaceState(null, document.title, get(adr)); );
    </action>

    Danke schon einmal vorab für die Hilfe!
    Anjenehmen Abend noch :)

    Same issue here and the issue that i cant open in ie 10/11/edge via onclick="" function a fancy box... major bug at my Tour...
    Hope you guys have a solution now or can give me a hint?

    for example

    <hotspot name="lhl" tag="Landungsbrücke" onloaded="vr_disabled" style="hcf" ath="39.404" atv="-43.905" linkedscene="lhl" onclick="js(gal_landungsbreucke())"/>


    function gal_landungsbreucke() {

    $.fancybox.open([
    {
    src : 'skin/blue/vendor/img/gallery/boerteboote/boerteboote-1.jpg',
    //opts : {
    // caption : 'Caption - 1'
    //}
    }
    ]);
    }


    Thanks!

    Hey Mates,

    i tested my tour on several browsers and when i tryed to use my media spots added with onclick function for fancybox, nothing happend.
    No error, no box is showen up, nothing... also on samsung galaxy 6 and lower the performance of tour is so laggy and the fancybox onclick event is not working also

    E.g

    <hotspot name="lhl" tag="Landungsbrücke" onloaded="vr_disabled" style="hcf" ath="39.404" atv="-43.905" linkedscene="lhl" onclick="js(gal_landungsbreucke())"/>


    function gal_landungsbreucke() {

    $.fancybox.open([
    {
    src : 'skin/blue/vendor/img/gallery/boerteboote/boerteboote-1.jpg',
    //opts : {
    // caption : 'Caption - 1'
    //}
    }
    ]);
    }


    Thanks for help! *love*

    Hallo Klaus,

    vielen Dank für deine schnelle Antwort.

    Wir haben 69 Panoramaaufnahmen in einer KRPANO Multires Instanz der Version 1.19-pr16 zusammengebaut.

    Es wurden 5 Levels anhand der Standardeinstellungen erstellt.

    Das Problem ist, dass Geräte die nicht so stark sind, die Tour entweder gar nicht öffnen können oder die nur ganz laggy eingezeigt wird.

    Wir sind ziemlich Ratlos.

    Daher die Frage,
    was sollen wir Ändern ?

    Die Panoramen weiter runterrechnen ?

    Eigentlich sollen ja bei der Multires Tour bei Computern die eine kleine Auflösung haben, auch die kleinen Aufnahmen angezeigt werden oder ?

    Vielen Dank,
    Basti

    Ich erstelle mit einem Freund eine etwas größere tour. Wir haben jedoch enorme performance Probleme. Wir testeten es auf mehreren nicht aktuellen Endgeräten und mussten leider feststellen, das viele der Geräte abstürzten. Am schlimmsten wirkt sich die Tour auf Remote Servern aus, wo Betriebsysteme nicht direkt auf die Hardware des Klienten zugreift, sondern auf die Hardware des Servers. Und hier hat es wohl einen ganzen Server Crash gegeben.


    Woran kann es liegen? Sind die Bilddateien zu groß, oder haben wir falsche performance Einstellungen?


    Wir Bitten euch um eure Hilfe, wir wollen das Projekt nicht scheitern lassen auf Grund dieses problems.


    English version

    Hi mates,

    I'm creating a slightly larger tour with a friend. However, we have enormous performance problems. We tested it on several out-of-date devices and unfortunately found that many of the devices crashed. The worst effect of the tour is on remote servers, where operating systems do not directly access the client's hardware, but the server's hardware. And there must have been an entire server crash.

    What could be the reason? Are the image files too large, or do we have the wrong performance settings?

    Please we need really help, we don't want our project to fail because of this.

    Thank you very much it works for me like that


    <action name="show_hotspots">
    for(set(i,0), i LT hotspot.count, inc(i), set(hotspot[get(i)].visible, %1););
    </action>
    <action name="toggle_hotspots">
    if(hots_off,set(hots_off,false);show_hotspots(true);,set(hots_off,true);show_hotspots(false););
    set(hotspot[vr_cursor].visible,false);
    </action>

    Hey Guys,

    i have a toogle action for show and hiding all hotspots.
    But vr cursor and the next and prev button are hotspots to.
    How can i solve this that they wont be displayed by toggle?

    My Code:


    <action name="show_hotspots">
    for(set(i,0), i LT hotspot.count, inc(i), set(hotspot[get(i)].visible, %1););
    </action>
    <!-- Toggle Hotspots -->
    <action name="toggle_hotspots">
    if(hots_off === null,
    set(hots_off, true);
    show_hotspots(false);
    , if(hots_off === false, set(hots_off,true);
    show_hotspots(false);
    , set(hots_off,false);
    show_hotspots(true);

    ) );
    </action>
    <layer name="btn_hide" url="vendor/img/icons/hotspots/red/hideicons.png" width="20" height="20" align="topright" x="100" y="10" keep="true" onclick="toggle_hotspots();"/>


    Thank you guys!

    Fallbeispiel:
    Blick der Startszene zum nächsten Hotspot; Klick auf Hotspot, von der Startszene ausgegangen -> zum zweiten Hotspot gerade aus
    Blick der Zweiten Szene zum nächsten Hotspot; Klick auf Hotspot, von der zweiten Szene ausgegangen -> zum dritten Hotspot gerade aus
    Blick der dritten Szene quasi umgedreht zum zweiten Hotspot, Klick auf Hotspot, bon der dritten Szene ausgegangen -> zum zweiten Hotspot gerade aus
    !!! Jetzt soll der blick nicht zum dritten hotspot wieder sein, sondern auf den Startszenen hotspot sein. also sich nicht wieder umdrehen zum letzten punkt !!!

    Hab auch ne kleine Skizze gemacht :D

    Vielen Dank für eure Hilfe!

    LG Anjenehm