Beiträge von orca.cl

    Many Thanks Klaus,

    Reading your examples are a blessing.
    I was looking for something like this a lot of time.
    Since iframes don't respond so well to responsive, should we use the "devices" atribute to code for mobile or it should work with everything?

    Hello,

    I've been getting blocked while testing a 360 pano for a client.
    The hosting tells me that i have too many connections to the server so the firewall automatically blocks my IP address
    Is there any way to fix this or I'll have to choose a different hosting solution?
    Many thanks in advance.

    Hi,

    that's an unnecessary and unrelated warning from Firefox and can be ignored.

    krpano doesn't relay on the availability of that debug info and will also work when it gets removed.

    And in the latest versions (btw - 1.20.9 is not the latest ;-)) this 'problem' is also already fixed.

    Best regards,
    Klaus

    Ou
    Well, if this isn't an issue, if you want to, you can delete it :)
    Thanks for answering!

    (What a mouthful title)
    Recently I've been getting a warning flag on Firefox about WEBGL_debug_renderer_info being deprecated like so:

    Code
    WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER.

    Search the interwebs and nothing came back except some solitary StackOverflow question answered by the same user later. Google offers no other solution either, just as the user points out.


    I use the latest (i think) version of the embedding script from KRPANO:
    krpano Embedding Script
    rpano 1.20.9 (build 2020-11-19)

    And found a solution, following the same advice from the user from StackOverflow piviti1057)

    In tour.js this is written:


    Code
    (o = i.getExtension("WEBGL_debug_renderer_info")),

    Just change it to this:

    Code
    (o=i.getParameter(i.RENDERER)),


    The only bad thing is that since it's a recent warning, I have to be aware of making this change by hand since the software keeps using the wrong code every time I redo the tour or make a new one.