Posts by Taurus

    Hi, Mischi,

    Nowhere could I find an explanation of how a 3-D model is built for multiple panoramas
    In the 1st screenshot, I have marked an object that I cannot create,
    and, therefore, I cannot perform the required operations
    the second screenshot shows my model from two panoramas


    Ps
    I've never worked with Blender before)


    Thank you
    Serge

    Klaus, thank you for your great work!
    But there is a problem with the smooth panorama drag mode - mouse=follow
    When quickly dragging a panorama, after several repetitions, sometimes an unexpected additional accelerated scrolling of the image occurs - http://vhsystem.ru/moscovsky_inter_no/

    Moreover, in my case, this is observed in panoramas obtained from the equidistant 8000*4000 and absent in panoramas of 20000*10000

    Hi all,

    I present to you a plugin for tracing and monitoring the execution of the virtual tour krpano program code

    The following features are provided:
    1) monitoring the values of any 6 variables
    2) tracing variables, reporting events, etc.

    The plugin was developed "for myself" and significantly helped in the development of complex virtual tours

    Example of use

    I present the plugin "as is"

    Link to free dowload

    The instruction is inside the archive

    Best regards
    Serge aka Taurus

    Hi, jeronicoz

    I often face a similar problem
    in most cases, the occurrence of bugs on the tour is due to my own mistakes

    I advise you to carefully study your program code and eliminate errors that might not be critical in previous versions of the viewer, but became an obstacle to the normal operation of the tour after the viewer upgrade

    you will succeed!

    Hi, Klaus
    Yes, I already understood the problem
    see example now
    Thank you

    Hi, Klaus and colleagues
    help solve the problem with coordinates on mobile devices android
    after pressing the mouse button (touching the screen with a finger), the coordinate values along the x axis appear in the log
    on the computer works correctly, on the smartphone - no

    example

    Thanks

    Hello colleagues!
    Thanks to Klaus for the great work!

    by applying this code


    I found that the combobox on my tour did not work, showing such warnings

    Code
    WARNING: Unknown action: cb.loadstyle 
    WARNING: Unknown action: cb.createarray 
    WARNING: Unknown action: layer[cb1].additem 
    
    
    WARNING: Unknown action: layer[get(cbname)].scrollarea.update


    By sequentially deleting parts of the program, I defined a module that prevented the operation of the combo box
    then I found a conflicting piece of code in this module, it turned out to be an action, counting the coordinates of the hotspot insertion
    this action is taken from the example, which is contained both in the original assembly of 1.14 pr15, and in earlier versions



    in order for the combo box to work fine, I had to change the names of the variables ch, sh, ca, sa, cb, sb

    developing very complex virtual tours, I try to make sure that there are no conflicts with the old code in the new program modules, and I succeed
    However, from time to time there are situations that are shown above
    I believe that the documentation for the krpano should have a list of reserved words etc

    Hello Klaus!
    thank you for your excellent work

    I want to draw your attention to the following

    The first action executes the call of the second action with the transfer of one text parameter
    Parameter parsing is wrong
    Perhaps this is a bug?

    Thank you

    ------------------------------------------------------------------------------------------
    SOLVED : '%1'